ESRI.ArcGIS.ADF.Web
DisplayDirection Enumeration
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web Namespace : DisplayDirection Enumeration




The direction on the image display.

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Enum DisplayDirection 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As DisplayDirection
C# 
[SerializableAttribute()]
public enum DisplayDirection : System.Enum 

Members

MemberDescription
Down Towards the bottom of the image.
Left Towards the left of the image.
LowerLeft Towards the bottom left of the image.
LowerRight Towards the bottom right of the image.
Right Towards the right of the image.
Up Towards the top of the image.
UpperLeft Towards the top left of the image.
UpperRight Towards the top right of the image.

Requirements

Target 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

See Also

© 2011 All Rights Reserved.