ArcObjects Library Reference (Carto)  

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(
  Font** Font
);
[C++]
HRESULT put_LadderLabelFont(
  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

IGridLadderLabels Interface