Spread Windows Forms 17
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / DesignerMain Class / BackgroundColor Property


In This Topic
    BackgroundColor Property (DesignerMain)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property BackgroundColor As Color
    'Usage
     
    
    Dim instance As DesignerMain
    Dim value As Color
     
    instance.BackgroundColor = value
     
    value = instance.BackgroundColor
    public Color BackgroundColor {get; set;}
    See Also