ESRI.ArcGIS.ADF.IMS
PanDirection Enumeration
See Also 
ESRI.ArcGIS.ADF.IMS.Carto Namespace : PanDirection Enumeration




PanDirection specifies the direction to pan in 45 degree increments.

Syntax

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

Members

MemberDescription
North Pan north.
NorthEast Pan at 45 degrees between north and east.
East Pan east.
SouthEast Pan at 45 degrees between south and east.
South Pan south.
SouthWest Pan at 45 degrees between south and west.
West Pan west.
NorthWest Pan at 45 degrees between north and west.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.ADF.IMS.Carto.PanDirection

See Also

© 2010 All Rights Reserved.