Gets or sets the outline 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 OutlineColor { get; set; }
Visual Basic (Declaration)
Public Property OutlineColor As Color

Field Value

The Color of the symbol outline.

Remarks

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

See Also