'Declaration <DescriptionAttribute("The border pen width of rotation point.")> <CategoryAttribute("Rotation Point")> <DefaultValueAttribute(1)> Public Property RotationPointBorderPenWidth As Double
[Description("The border pen width of rotation point.")] [Category("Rotation Point")] [DefaultValue(1)] public double RotationPointBorderPenWidth { get; set; }
[Description("The border pen width of rotation point.")] [Category("Rotation Point")] [DefaultValue(1)] public: __property double get_RotationPointBorderPenWidth(); public: __property void set_RotationPointBorderPenWidth(
double value
);
[Description("The border pen width of rotation point.")] [Category("Rotation Point")] [DefaultValue(1)] public:
property double RotationPointBorderPenWidth { double get(); void set(double value); }
Property Value
Default value is 1. Minimum value is 0.