Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / TextFont Structure / Typeface Property


In This Topic
    Typeface Property
    In This Topic
    Gets the typeface, or name of the font that is to be used
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Typeface As String
    'Usage
     
    
    Dim instance As TextFont
    Dim value As String
     
    value = instance.Typeface
    public string Typeface {get;}
    See Also