Spread WPF 17
GrapeCity.Excel Namespace / RunFormating Class / Typeface Property


In This Topic
    Typeface Property (RunFormating)
    In This Topic
    The typeface is a string name of the specific font that should be used in rendering the presentation
    Syntax
    'Declaration
     
    Public ReadOnly Property Typeface As String
    'Usage
     
    Dim instance As RunFormating
    Dim value As String
     
    value = instance.Typeface
    public string Typeface {get;}
    See Also