ArcObjects Library Reference (Carto)  

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