Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / IElementStyle Interface / ForeColor Property


In This Topic
    ForeColor Property (IElementStyle)
    In This Topic
    Gets or sets the text color.
    Syntax
    'Declaration
     
    
    Property ForeColor As Color
    'Usage
     
    
    Dim instance As IElementStyle
    Dim value As Color
     
    instance.ForeColor = value
     
    value = instance.ForeColor
    Color ForeColor {get; set;}
    See Also