This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMaplexOverposterLayerProperties Interface > IMaplexOverposterLayerProperties.MaximumLabelOverrun Property (ArcObjects .NET 10.4 SDK) |
Maximum distance that a label is allowed to overrun the end of its feature.
[Visual Basic .NET] Public Property MaximumLabelOverrun As Double
[C#] public double MaximumLabelOverrun {get; set;}
[C++]
HRESULT get_MaximumLabelOverrun(
double* Distance
);
[C++]
HRESULT put_MaximumLabelOverrun(
double Distance
);
[C++]
Parameters Distance [out, retval] Distance is a parameter of type double Distance [in] Distance is a parameter of type double