ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi Namespace / FontBuilder Class / Bold Method
Indicate the Font you want to bold

In This Topic
    Bold Method
    In This Topic
    Create a bold Font from current font
    Syntax
    'Declaration
     
    
    Public Shared Function Bold( _
       ByVal font As Font _
    ) As Font
    public static Font Bold( 
       Font font
    )

    Parameters

    font
    Indicate the Font you want to bold

    Return Value

    A Font with bold style
    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