'Declaration <DescriptionAttribute("The background color of resize points.")> <DefaultValueAttribute(System.Drawing.Color, "92, 255, 255, 255")> <CategoryAttribute("Resize Point")> Public Property ResizePointsBackgroundColor As System.Drawing.Color
[Description("The background color of resize points.")] [DefaultValue(System.Drawing.Color, "92, 255, 255, 255")] [Category("Resize Point")] public System.Drawing.Color ResizePointsBackgroundColor { get; set; }
[Description("The background color of resize points.")] [DefaultValue(System.Drawing.Color, "92, 255, 255, 255")] [Category("Resize Point")] public: __property System.Drawing.Color* get_ResizePointsBackgroundColor(); public: __property void set_ResizePointsBackgroundColor(
System.Drawing.Color* value
);
[Description("The background color of resize points.")] [DefaultValue(System.Drawing.Color, "92, 255, 255, 255")] [Category("Resize Point")] public:
property System.Drawing.Color^ ResizePointsBackgroundColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }
Property Value
Значение по умолчанию - белый.