This document is archived and information here might be outdated.  Recommended version.


IGridLabel2.FontSize Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGridLabel2 Interface > IGridLabel2.FontSize Property
ArcGIS Developer Help

IGridLabel2.FontSize Property

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(
  System.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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGridLabel2 Interface