ComponentOne Sizer for WinForms
C1.Win.C1Sizer.4.5.2 Assembly / C1.Win.C1Sizer Namespace / C1Sizer Class / BackColor Property

In This Topic
    BackColor Property (C1Sizer)
    In This Topic
    Gets or sets the System.Drawing.Color used to paint the background.
    Syntax
    'Declaration
     
    Public Shadows Property BackColor As System.Drawing.Color
    public new System.Drawing.Color BackColor {get; set;}
    See Also