BackColor Property (Style)
In This Topic
Gets or sets the background color. If both this and
Brush properties are specified for a style, this property takes precedence.
Syntax
'Declaration
Public Property BackColor As Color
public Color BackColor {get; set;}
See Also