This document is archived and information here might be outdated.  Recommended version.


IACLabelRenderer.LabelBufferRatio Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IACLabelRenderer Interface > IACLabelRenderer.LabelBufferRatio Property
ArcGIS Developer Help

IACLabelRenderer.LabelBufferRatio Property

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(
  System.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

Product Availability

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

See Also

IACLabelRenderer Interface