'Declaration <DefaultValueAttribute(System.Drawing.Color, "255, 255, 255, 255")> <DescriptionAttribute("A color for filling of inverted text block background.")> Public Property BackgroundColor As System.Drawing.Color
[DefaultValue(System.Drawing.Color, "255, 255, 255, 255")] [Description("A color for filling of inverted text block background.")] public System.Drawing.Color BackgroundColor { get; set; }
[DefaultValue(System.Drawing.Color, "255, 255, 255, 255")] [Description("A color for filling of inverted text block background.")] public: __property System.Drawing.Color* get_BackgroundColor(); public: __property void set_BackgroundColor(
System.Drawing.Color* value
);
[DefaultValue(System.Drawing.Color, "255, 255, 255, 255")] [Description("A color for filling of inverted text block background.")] public:
property System.Drawing.Color^ BackgroundColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }
Property Value
Значение по умолчанию: System.Drawing.Color.White.