BackColor Property
Summary
Gets or sets the background color to use for the thumbnail.
Syntax
[NotifyParentPropertyAttribute(true)]
public Color BackColor { get; set; }
Public Property BackColor As Color
public:
property Color BackColor {
Color get();
void set ( Color );
}
Property Value
The background color to use for the thumbnail.