ComponentOne RulesManager for WinForms
C1.Win.RulesManager.Styles Namespace / CommonStyle Class / EmptyBackColor Property

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