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




The direction on the image display.

Syntax

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

Members

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

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.ADF.Web.DisplayDirection

See Also

© 2010 All Rights Reserved.