Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Renderer Namespace / ButtonRenderer Class / ForeColor Property


In This Topic
    ForeColor Property (ButtonRenderer)
    In This Topic
    Gets or sets the foreground color (typically the color of the text) of the cell.
    Syntax
    'Declaration
     
    
    Public Property ForeColor As Color
    'Usage
     
    
    Dim instance As ButtonRenderer
    Dim value As Color
     
    instance.ForeColor = value
     
    value = instance.ForeColor
    public Color ForeColor {get; set;}

    Property Value

    Color containing the text color
    See Also