Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableElementStyle Class / ForeColor Property


In This Topic
    ForeColor Property (TableElementStyle)
    In This Topic
    Gets the forecolor of the element.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ForeColor As Color
    'Usage
     
    
    Dim instance As TableElementStyle
    Dim value As Color
     
    value = instance.ForeColor
    public Color ForeColor {get;}
    See Also