ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Core Namespace / TableOptions Class / IsValidFontSize Method
The font size to verify.

In This Topic
    IsValidFontSize Method
    In This Topic
    Determines if a specified font size is valid for use in the TableOptions.
    Syntax
    public bool IsValidFontSize( 
       double fontSize
    )
    Public Function IsValidFontSize( _
       ByVal fontSize As Double _
    ) As Boolean

    Parameters

    fontSize
    The font size to verify.

    Return Value

    True if the font size is valid. False otherwise.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also