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


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

ILineLabelPlacementPriorities.CenterBefore Property

Label position priority for in the center and before the line.

[Visual Basic .NET]
Public Property CenterBefore As Integer
[C#]
public int CenterBefore {get; set;}
[C++]
HRESULT get_CenterBefore(
  System.Int32* Priority
);
[C++]
HRESULT put_CenterBefore(
  long Priority
);
[C++]
Parameters
Priority [out, retval]

Priority is a parameter of type long* Priority [in]
Priority is a parameter of type long

Product Availability

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

See Also

ILineLabelPlacementPriorities Interface