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


IMaplexPlacedLabel.Leading Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Maplex > ESRI.ArcGIS.Maplex > Interfaces > IM > IMaplexPlacedLabel Interface > IMaplexPlacedLabel.Leading Property
ArcGIS Developer Help

IMaplexPlacedLabel.Leading Property

The leading value for stacked labels.

[Visual Basic .NET]
Public Property Leading As Double
[C#]
public double Leading {get; set;}
[C++]
HRESULT get_Leading(
  System.Double* Leading
);
[C++]
HRESULT put_Leading(
  double Leading
);
[C++]
Parameters
Leading [out, retval]

Leading is a parameter of type double* Leading [in]
Leading is a parameter of type double

Product Availability

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

See Also

IMaplexPlacedLabel Interface