ComponentOne CalendarView 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
    See Also