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