[]
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.
public Brush Brush { get; set; }
This property is non-ambient (inherited from the Parent of the current style if not explicitly set).
The default is no brush.