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

Text alignment enumeration for the Display.DrawText method.

Syntax

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

Members

MemberDescription
TopLeft Top left.
TopCenter Top center.
TopRight Top right.
MiddleLeft Middle left.
MiddleCenter Middle center.
MiddleRight Middle right.
BottomLeft Bottom left.
BottomCenter Bottom center.
BottomRight Bottom right.

Inheritance Hierarchy

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

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