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


IGridLadderLabels.LadderLabelSize 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.LadderLabelSize Property
ArcGIS Developer Help

IGridLadderLabels.LadderLabelSize Property

The font size used to display ladder labels.

[Visual Basic .NET]
Public Property LadderLabelSize As Double
[C#]
public double LadderLabelSize {get; set;}
[C++]
HRESULT get_LadderLabelSize(
  System.Double* Size
);
[C++]
HRESULT put_LadderLabelSize(
  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

IGridLadderLabels Interface