Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / GridLine Class / Color Property


In This Topic
    Color Property (GridLine)
    In This Topic
    Gets the color of the grid lines.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Color As Color
    'Usage
     
    
    Dim instance As GridLine
    Dim value As Color
     
    value = instance.Color
    public Color Color {get;}
    See Also