Label position priority for above and center (0-9).
[Visual Basic .NET] Public Property AboveCenter As Integer
[C#] public int AboveCenter {get; set;}
[C++]
HRESULT get_AboveCenter(
long* Priority
);
[C++]
HRESULT put_AboveCenter(
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.
Description
Valid range is 0-9. 0 means that the position should not be considered at all for label placement. 1 means that the position is has highest priority for placement, and 9 means that the position has lowest priority.