'Declaration <DefaultValueAttribute(4)> <CategoryAttribute("Resize Point")> <DescriptionAttribute("The radius of resize points.")> Public Property ResizePointsRadius As Double
[DefaultValue(4)] [Category("Resize Point")] [Description("The radius of resize points.")] public double ResizePointsRadius { get; set; }
[DefaultValue(4)] [Category("Resize Point")] [Description("The radius of resize points.")] public: __property double get_ResizePointsRadius(); public: __property void set_ResizePointsRadius(
double value
);
[DefaultValue(4)] [Category("Resize Point")] [Description("The radius of resize points.")] public:
property double ResizePointsRadius { double get(); void set(double value); }
Property Value
Default value is 4. Minimum value is 0.