Xceed Grid for WinForms v4.3 Documentation
Xceed.Editors.v2.6 Assembly / Xceed.Editors Namespace / StringRenderStyle Class / FontStyle Field


In This Topic
    FontStyle Field
    In This Topic
    The FontStyle used to paint the string. By default, FonStyle.Regular.
    Syntax
    'Declaration
     
    Public FontStyle As FontStyle
    'Usage
     
    Dim instance As StringRenderStyle
    Dim value As FontStyle
     
    value = instance.FontStyle
     
    instance.FontStyle = value
    public FontStyle FontStyle
    Requirements

    Target Platforms: 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