Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / BaseHeaderFlatStyleRenderer Class / GridLineActiveColor Property


In This Topic
    GridLineActiveColor Property (BaseHeaderFlatStyleRenderer)
    In This Topic
    Gets or sets the header cell grid line color in an active state or separated by viewport.
    Syntax
    'Declaration
     
    
    Public Property GridLineActiveColor As Color
    'Usage
     
    
    Dim instance As BaseHeaderFlatStyleRenderer
    Dim value As Color
     
    instance.GridLineActiveColor = value
     
    value = instance.GridLineActiveColor
    public Color GridLineActiveColor {get; set;}
    See Also