Gets or sets the descriptive shape type of the Graphic.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public ShapeType ShapeType { get; set; }
Visual Basic (Declaration)
Public Property ShapeType As ShapeType

Field Value

One of the ShapeType values, each of which describes the Graphic's shape.

Remarks

The ShapeType property describes a Graphics shape and specifically serves to allow each Graphic type to be uniquely identified. For example, using this property you can distinquish between Polygon,Circle and Arrow Graphics which all have a Polygon GeometryType.

Version Information: This property is supported from version 2.0.0.1500.

See Also