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


IBasicOverposterLayerProperties3.BufferRatio Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IB > IBasicOverposterLayerProperties3 Interface > IBasicOverposterLayerProperties3.BufferRatio Property
ArcGIS Developer Help

IBasicOverposterLayerProperties3.BufferRatio Property

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

See Also

IBasicOverposterLayerProperties3 Interface