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