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