ArcGIS Runtime SDK for WPF - Library Reference
DrawMode Enumeration
See Also 
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
FreehandDirect the Draw object to draw Free Hand.
LineSegmentDirect the Draw object to draw a line with only two points.
NoneDisables drawing of graphics on the Map
PointUses a single click to create a ESRI.ArcGIS.Client.Geometry.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 ESRI.ArcGIS.Client.Geometry.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, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.