DataFilter for WinForms | ComponentOne
C1.Win.DataFilter.4.5.2 Assembly / C1.Win.DataFilter.Styles Namespace / BaseScrollStyle Class / BackColor Property

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