ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / StyleFontDelta Class / GetFont Method

In This Topic
    GetFont Method
    In This Topic
    Gets the font as a result of applying this 'delta' to the specified base font.
    Syntax
    'Declaration
     
    Public Function GetFont( _
       ByVal baseFont As System.Drawing.Font _
    ) As System.Drawing.Font
    public System.Drawing.Font GetFont( 
       System.Drawing.Font baseFont
    )

    Parameters

    baseFont
    See Also