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

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

    The default is transparent background color.

    See Also