Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / EnhancedInterfaceRenderer Class / GrayAreaColor Property


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

    Property Value

    The color of the gray area.
    See Also