ArcObjects Library Reference (Carto)  

IMaplexOverposterLayerProperties.MaximumLabelOverrun Property

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

Product Availability

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

See Also

IMaplexOverposterLayerProperties Interface