'Declaration <CategoryAttribute("Resize Point")> <DefaultValueAttribute(4)> <DescriptionAttribute("The radius of resize points.")> Public Property ResizePointsRadius As Double
[Category("Resize Point")] [DefaultValue(4)] [Description("The radius of resize points.")] public double ResizePointsRadius { get; set; }
[Category("Resize Point")] [DefaultValue(4)] [Description("The radius of resize points.")] public: __property double get_ResizePointsRadius(); public: __property void set_ResizePointsRadius(
double value
);
[Category("Resize Point")] [DefaultValue(4)] [Description("The radius of resize points.")] public:
property double ResizePointsRadius { double get(); void set(double value); }
Property Value
Значение по умолчанию - 4. Минимальное значение - 0.