This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGridLabel2 Interface > IGridLabel2.FontSize Property (ArcObjects .NET 10.5 SDK) |
The font size used by the grid label.
[Visual Basic .NET] Public Property FontSize As Double
[C#] public double FontSize {get; set;}
[C++]
HRESULT get_FontSize(
double* Size
);
[C++]
HRESULT put_FontSize(
double Size
);
[C++]
Parameters Size [out, retval] Size is a parameter of type double Size [in] Size is a parameter of type double