ArcGIS API for Windows Phone - 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
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

Inheritance Hierarchy

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

Requirements

Target Platforms: Windows Vista, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.