ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Core Namespace / TableOptions Class / FontSize Property

In This Topic
    FontSize Property (TableOptions)
    In This Topic
    Gets and sets the font size.
    Syntax
    public double FontSize {get; set;}
    Public Property FontSize As Double
    Remarks
    The setting will only be updated if a valid font size is used. You can check if a font size is valid by using the IsValidFontSize method.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also