'Declaration <DefaultValueAttribute(System.Drawing.Color, "128, 144, 238, 144")> <DescriptionAttribute("The background color of rotation point.")> <CategoryAttribute("Rotation Point")> Public Property RotationPointBackgroundColor As System.Drawing.Color
[DefaultValue(System.Drawing.Color, "128, 144, 238, 144")] [Description("The background color of rotation point.")] [Category("Rotation Point")] public System.Drawing.Color RotationPointBackgroundColor { get; set; }
[DefaultValue(System.Drawing.Color, "128, 144, 238, 144")] [Description("The background color of rotation point.")] [Category("Rotation Point")] public: __property System.Drawing.Color* get_RotationPointBackgroundColor(); public: __property void set_RotationPointBackgroundColor(
System.Drawing.Color* value
);
[DefaultValue(System.Drawing.Color, "128, 144, 238, 144")] [Description("The background color of rotation point.")] [Category("Rotation Point")] public:
property System.Drawing.Color^ RotationPointBackgroundColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }
Property Value
Default value is 128, 144, 238, 144.