ArcObjects Library Reference (Carto)  

IScaleBar2.UnitLabelPosition Property

Vertical positioning of the unit label.

[Visual Basic .NET]
Public Property UnitLabelPosition As esriScaleBarPos
[C#]
public esriScaleBarPos UnitLabelPosition {get; set;}
[C++]
HRESULT get_UnitLabelPosition(
  esriScaleBarPos* position
);
[C++]
HRESULT put_UnitLabelPosition(
  esriScaleBarPos position
);
[C++]

Parameters

position [out, retval]

  position is a parameter of type esriScaleBarPos

position [in]

  position is a parameter of type esriScaleBarPos

Product Availability

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

See Also

IScaleBar2 Interface