This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > IScaleBar Interface > IScaleBar.UnitLabelPosition Property (ArcObjects .NET 10.5 SDK) |
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