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


IGridLabel2.FontSize Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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