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


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

IGridLabel2.Font Property

The font used by the grid label.

[Visual Basic .NET]
Public Property Font As stdole.IFontDisp
[C#]
public stdole.IFontDisp Font {get; set;}
[C++]
HRESULT get_Font(
  Font** Font
);
[C++]
HRESULT put_Font(
  Font* Font
);
[C++]

Parameters Font [out, retval]
Font is a parameter of type Font Font [in]
Font is a parameter of type Font

Product Availability

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

See Also

IGridLabel2 Interface