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