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


ILabelStyle.BasicOverposterLayerProperties Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILabelStyle Interface > ILabelStyle.BasicOverposterLayerProperties Property
ArcGIS Developer Help

ILabelStyle.BasicOverposterLayerProperties Property

The overposter properties, which specify how labels are placed relative to features.

[Visual Basic .NET]
Public Property BasicOverposterLayerProperties As IBasicOverposterLayerProperties
[C#]
public IBasicOverposterLayerProperties BasicOverposterLayerProperties {get; set;}
[C++]
HRESULT get_BasicOverposterLayerProperties(
  IBasicOverposterLayerProperties* props
);
[C++]
HRESULT putref_BasicOverposterLayerProperties(
  IBasicOverposterLayerProperties** props
);
[C++]
Parameters
props [in]

props is a parameter of type IBasicOverposterLayerProperties* props [out, retval]
props is a parameter of type IBasicOverposterLayerProperties**

Product Availability

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

See Also

ILabelStyle Interface