Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FlatInterfaceRenderer Class / GrayAreaColor Property


In This Topic
    GrayAreaColor Property (FlatInterfaceRenderer)
    In This Topic
    Gets or sets the color of the gray area.
    Syntax
    'Declaration
     
    
    Public Property GrayAreaColor As Color
    'Usage
     
    
    Dim instance As FlatInterfaceRenderer
    Dim value As Color
     
    instance.GrayAreaColor = value
     
    value = instance.GrayAreaColor
    public Color GrayAreaColor {get; set;}
    See Also