PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.6 Assembly / C1.Win.C1Preview Namespace / C1PreviewPane Class / BackColor Property

In This Topic
    BackColor Property (C1PreviewPane)
    In This Topic
    Gets or sets the background color for the control.
    Syntax
    'Declaration
     
    Public Overrides Property BackColor As Color
    public override Color BackColor {get; set;}
    See Also