Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / UIHelper Class / IncreaseFontSize(Font) Method
The current font setting.


In This Topic
    IncreaseFontSize(Font) Method
    In This Topic
    Gets the increased font size.
    Syntax
    'Declaration
     
    
    Public Shared Function IncreaseFontSize( _
       ByVal font As Font _
    ) As Double
    'Usage
     
    
    Dim font As Font
    Dim value As Double
     
    value = UIHelper.IncreaseFontSize(font)
    public static double IncreaseFontSize( 
       Font font
    )

    Parameters

    font
    The current font setting.

    Return Value

    The increased font size. System.Double.NaN if the size should not be changed.
    See Also