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


IScaleBar.UnitLabelPosition Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IScaleBar.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

IScaleBar Interface