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


IScaleBar2.LabelPosition Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > IScaleBar2 Interface > IScaleBar2.LabelPosition Property
ArcGIS Developer Help

IScaleBar2.LabelPosition Property

Vertical positioning of the mark labels.

[Visual Basic .NET]
Public Property LabelPosition As esriVertPosEnum
[C#]
public esriVertPosEnum LabelPosition {get; set;}
[C++]
HRESULT get_LabelPosition(
  esriVertPosEnum* position
);
[C++]
HRESULT put_LabelPosition(
  esriVertPosEnum position
);
[C++]
Parameters
position [out, retval]

position is a parameter of type esriVertPosEnum* position [in]
position is a parameter of type esriVertPosEnum

Product Availability

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

See Also

IScaleBar2 Interface