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