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


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

IGridLabel.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(
  IFontDisp** Font
);
[C++]
HRESULT put_Font(
  IFontDisp* Font
);
[C++]
Parameters
Font [out, retval]

Font is a parameter of type IFontDisp** Font [in]
Font is a parameter of type IFontDisp*

Product Availability

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

See Also

IGridLabel Interface