Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / TextOptions Class / Font Property


In This Topic
    Font Property (TextOptions)
    In This Topic
    Gets the Font associated with the TextOptions.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Font As Font
    'Usage
     
    
    Dim instance As TextOptions
    Dim value As Font
     
    value = instance.Font
    public Font Font {get;}
    Remarks
    The properties of the chosen Font can be used to determine if the text is bold, in italic, underlined or stylized in any other way; it can also be used to set the text's size & the name of the font that will be used to display it.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also