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