'Declaration <DefaultValueAttribute(1)> <DescriptionAttribute("The border pen width of resize points.")> <CategoryAttribute("Resize Point")> Public Property ResizePointsBorderPenWidth As Single
[DefaultValue(1)] [Description("The border pen width of resize points.")] [Category("Resize Point")] public float ResizePointsBorderPenWidth { get; set; }
[DefaultValue(1)] [Description("The border pen width of resize points.")] [Category("Resize Point")] public: __property float get_ResizePointsBorderPenWidth(); public: __property void set_ResizePointsBorderPenWidth(
float value
);
[DefaultValue(1)] [Description("The border pen width of resize points.")] [Category("Resize Point")] public:
property float ResizePointsBorderPenWidth { float get(); void set(float value); }
Property Value
Default value is 1. Minimum value is 0.