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