This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMgrsGrid Interface > IMgrsGrid.GridSquareLabelSize Property (ArcObjects .NET 10.4 SDK) |
The font size used to display the grid square labels.
[Visual Basic .NET] Public Property GridSquareLabelSize As Double
[C#] public double GridSquareLabelSize {get; set;}
[C++]
HRESULT get_GridSquareLabelSize(
double* Size
);
[C++]
HRESULT put_GridSquareLabelSize(
double Size
);
[C++]
Parameters Size [out, retval] Size is a parameter of type double Size [in] Size is a parameter of type double