This document is archived and information here might be outdated. Recommended version. |
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(
System.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