Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / ITickLabels Interface / Font Property


In This Topic
    Font Property (ITickLabels)
    In This Topic
    Returns a GrapeCity.Spreadsheet.IFont object that represents the font of the specified object.
    Syntax
    'Declaration
     
    ReadOnly Property Font As IFont
    'Usage
     
    Dim instance As ITickLabels
    Dim value As IFont
     
    value = instance.Font
    IFont Font {get;}
    See Also