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

Field Value

The size of the symbol.

Remarks

The default size of pre-configured symbols is 25.

See Also