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