Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ILineFormat Interface / ForeColor Property


In This Topic
    ForeColor Property (ILineFormat)
    In This Topic
    Gets the ColorFormat object that represents the specified fill foreground color.
    Syntax
    'Declaration
     
    
    ReadOnly Property ForeColor As IColorFormat
    'Usage
     
    
    Dim instance As ILineFormat
    Dim value As IColorFormat
     
    value = instance.ForeColor
    IColorFormat ForeColor {get;}

    Property Value

    The specified fill foreground color.
    See Also