| Visual Basic (Declaration) | |
|---|---|
Public Enum DrawMode Inherits System.Enum | |
| C# | |
|---|---|
public enum DrawMode : System.Enum | |
| Member | Description |
|---|---|
| Freehand | Direct the Draw object to draw Free Hand. |
| None | Disables drawing of graphics on the Map |
| Point | Uses a single click to create a MapPoint |
| Polygon | Direct the Draw object to draw using a ESRI.ArcGIS.Client.Geometry.Polygon |
| Polyline | Direct the Draw object to draw using a ESRI.ArcGIS.Client.Geometry.Polyline |
| Rectangle | Direct the Draw object to draw using an Envelope |
System.Object
System.ValueType
System.Enum
ESRI.ArcGIS.Client.DrawMode
Target Platforms: Windows Vista, Windows 7