ArcObjects Library Reference (Carto)  

ISymbolCollectionElement.Leading Property

The character leading.

[Visual Basic .NET]
Public Property Leading As Double
[C#]
public double Leading {get; set;}
[C++]
HRESULT get_Leading(
  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

ISymbolCollectionElement Interface