ArcGIS Pro 3.7 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 Function IsValidFontSize( _
       ByVal fontSize As Double _
    ) As Boolean
    public bool IsValidFontSize( 
       double fontSize
    )

    Parameters

    fontSize
    The font size to verify.

    Return Value

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

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.4 or higher.
    See Also