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

Field Value

The type of the symbol.

Remarks

The SymbolType enumeration includes Fill, Line, Marker, and Unknown.

See Also