In This Topic
Gets or sets the brush used to fill the background. If both this and
BackColor properties are specified for a style, the
BackColor takes precedence.
Syntax
'Declaration
Public Property Brush As Brush
public Brush Brush {get; set;}
See Also