Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShadowFormat Interface / ForeColor Property


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

    Property Value

    The ColorFormat object.
    See Also