'Declaration <DescriptionAttribute("The background color of rotation point.")> <DefaultValueAttribute(System.Drawing.Color, "128, 144, 238, 144")> <CategoryAttribute("Rotation Point")> Public Property RotationPointBackgroundColor As System.Drawing.Color
[Description("The background color of rotation point.")] [DefaultValue(System.Drawing.Color, "128, 144, 238, 144")] [Category("Rotation Point")] public System.Drawing.Color RotationPointBackgroundColor { get; set; }
[Description("The background color of rotation point.")] [DefaultValue(System.Drawing.Color, "128, 144, 238, 144")] [Category("Rotation Point")] public: __property System.Drawing.Color* get_RotationPointBackgroundColor(); public: __property void set_RotationPointBackgroundColor(
System.Drawing.Color* value
);
[Description("The background color of rotation point.")] [DefaultValue(System.Drawing.Color, "128, 144, 238, 144")] [Category("Rotation Point")] public:
property System.Drawing.Color^ RotationPointBackgroundColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }
Property Value
Значение по умолчанию: 128, 144, 238, 144.