'Declaration <DescriptionAttribute("The background color of the thumbnail.")> Public Property BackColor As System.Drawing.Color
[Description("The background color of the thumbnail.")] public System.Drawing.Color BackColor { get; set; }
[Description("The background color of the thumbnail.")] public: __property System.Drawing.Color* get_BackColor(); public: __property void set_BackColor(
System.Drawing.Color* value
);
[Description("The background color of the thumbnail.")] public:
property System.Drawing.Color^ BackColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }
Property Value
Значение по умолчанию: System.Drawing.Color.Transparent.