Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IStyle Interface / Font Property


In This Topic
    Font Property (IStyle)
    In This Topic
    Returns a IFont object that represents the font of the style.
    Syntax
    'Declaration
     
    
    ReadOnly Property Font As IFont
    'Usage
     
    
    Dim instance As IStyle
    Dim value As IFont
     
    value = instance.Font
    IFont Font {get;}

    Property Value

    The font of the style.
    See Also