Gets or sets the color of the Symbol.

Namespace:  ESRI.ArcGISExplorer.Mapping

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

Syntax

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

Field Value

A Color that represents the Symbol's color.

Remarks

Named colors are represented by using the properties of the Color structure. For more information about these colors, see Colors by Name in the MSDN Library.

When drawing a polygon on the map display, the default Color is Red.

See Also