ESRI.ArcGIS.Mobile
ScaleBarDisplayPosition Enumeration
See Also  Send Feedback
ESRI.ArcGIS.Mobile Namespace : ScaleBarDisplayPosition Enumeration

ScaleBar's alignments.

Syntax

Visual Basic (Declaration) 
Public Enum ScaleBarDisplayPosition 
   Inherits Enum
C# 
public enum ScaleBarDisplayPosition : Enum 

Members

MemberDescription
BottomCenter ScaleBar is vertically aligned at the bottom and horizontally aligned at the center.
BottomLeft ScaleBar is vertically aligned at the bottom and horizontally aligned on the left.
BottomRight ScaleBar is vertically aligned at the bottom and horizontally aligned on the right.
TopCenter ScaleBar is vertically aligned at the top and horizontally aligned at the center.
TopLeft ScaleBar is vertically aligned at the top and horizontally aligned on the left.
TopRight ScaleBar is vertically aligned at the top and horizontally aligned on the right.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.Mobile.ScaleBarDisplayPosition

Requirements

Namespace: ESRI.ArcGIS.Mobile

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

Assembly: ESRI.ArcGIS.Mobile (in ESRI.ArcGIS.Mobile.dll)

See Also