PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / Style Class / Brush Property

In This Topic
    Brush Property (Style)
    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;}
    Remarks
    This property is non-ambient (inherited from the Parent of the current style if not explicitly set).

    The default is no brush.

    See Also