Label buffer ratio. A value of 1 means a buffer the size of the label height.
[Visual Basic .NET] Public Property BufferRatio As Double
[C#] public double BufferRatio {get; set;}
[C++]
HRESULT get_BufferRatio(
double* BufferRatio
);
[C++]
HRESULT put_BufferRatio(
double BufferRatio
);
[C++]Parameters
BufferRatio [out, retval] BufferRatio is a parameter of type double BufferRatio [in] BufferRatio is a parameter of type double
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
BufferRatio is the ratio, expressed as fraction of text size, at which the label extent will be detected (effectively increasing/decreasing the available area around a label). Use this to avoid labels being placed to close to each other.