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.900 (2.0.0.900)

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

Relate Topics:
  Geometry Property
  Label Property
  Placement3D Property
  Tag Property
  Visible Property
Created by Atop CHM to web converter,© 2009 all right reserved.