| Visual Basic (Declaration) | |
|---|---|
Public Enum DrawMode Inherits System.Enum | |
| C# | |
|---|---|
public enum DrawMode : System.Enum | |
| Member | Description |
|---|---|
| Arrow | Direct the Draw object to draw an arrow using a ESRI.ArcGIS.Client.Geometry.Polygon |
| Circle | Direct the Draw object to draw a circle using a ESRI.ArcGIS.Client.Geometry.Polygon |
| Ellipse | Direct the Draw object to draw an ellipse using a ESRI.ArcGIS.Client.Geometry.Polygon |
| Freehand | Direct the Draw object to draw Free Hand. |
| LineSegment | Direct the Draw object to draw a line with only two points. |
| None | Disables drawing of graphics on the Map |
| Point | Uses a single click to create a ESRI.ArcGIS.Client.Geometry.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 ESRI.ArcGIS.Client.Geometry.Envelope |
| Triangle | Direct the Draw object to draw a triangle using a ESRI.ArcGIS.Client.Geometry.Polygon |
System.Object
System.ValueType
System.Enum
ESRI.ArcGIS.Client.DrawMode
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8