Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / GridLine Class / ShadowColor Property


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