This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IACLabelRenderer Interface > IACLabelRenderer.LabelBufferRatio Property (ArcObjects .NET 10.4 SDK) |
The buffer range around the label where no other labels will overlap.
[Visual Basic .NET] Public Property LabelBufferRatio As Double
[C#] public double LabelBufferRatio {get; set;}
[C++]
HRESULT get_LabelBufferRatio(
double* ratio
);
[C++]
HRESULT put_LabelBufferRatio(
double ratio
);
[C++]
Parameters ratio [out, retval] ratio is a parameter of type double ratio [in] ratio is a parameter of type double