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


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

IGridLadderLabels.LadderLabelFont Property

The fonst used to display ladder labels.

[Visual Basic .NET]
Public Property LadderLabelFont As stdole.IFontDisp
[C#]
public stdole.IFontDisp LadderLabelFont {get; set;}
[C++]
HRESULT get_LadderLabelFont(
  IFontDisp** Font
);
[C++]
HRESULT put_LadderLabelFont(
  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

IGridLadderLabels Interface