Gets or sets the symbol used to draw 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 Symbol Symbol { get; set; }
Visual Basic (Declaration)
Public Property Symbol As Symbol

Field Value

The symbol used to draw the Graphic.

Remarks

A Graphic must have a Symbol; if no Symbol is specified when the Graphic is created, the Symbol property will be set to the default Symbol for the GeometryType of the Graphic.Geometry.

You can create a new Symbol object based on any of the pre-configured symbols by using the Symbol.Marker, Symbol.Line, or Symbol.Fill nested type initializers.

See Also