ArcGIS API for WPF - Library Reference
DrawMode Enumeration
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace : DrawMode Enumeration

The drawing mode used by the Draw Object

Syntax

Visual Basic (Declaration) 
Public Enum DrawMode 
   Inherits System.Enum
C# 
public enum DrawMode : System.Enum 

Members

MemberDescription
ArrowDirect the Draw object to draw an arrow using a ESRI.ArcGIS.Client.Geometry.Polygon
CircleDirect the Draw object to draw a circle using a ESRI.ArcGIS.Client.Geometry.Polygon
EllipseDirect the Draw object to draw an ellipse using a ESRI.ArcGIS.Client.Geometry.Polygon
Freehand Direct the Draw object to draw Free Hand.
None Disables drawing of graphics on the Map
PointUses a single click to create a MapPoint
PolygonDirect the Draw object to draw using a ESRI.ArcGIS.Client.Geometry.Polygon
PolylineDirect the Draw object to draw using a ESRI.ArcGIS.Client.Geometry.Polyline
RectangleDirect the Draw object to draw using an Envelope
TriangleDirect the Draw object to draw a triangle using a ESRI.ArcGIS.Client.Geometry.Polygon

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.Client.DrawMode

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.