Class SimpleMarkerSymbol
Uses a color and marker shape to symbolize graphics and features that have point or multipoint geometry.
Implements
System.ComponentModel.INotifyPropertyChanged
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Esri.ArcGISRuntime.Symbology
Assembly: Esri.ArcGISRuntime.dll
Syntax
[Bindable]
public class SimpleMarkerSymbol : MarkerSymbol, INotifyPropertyChanged
Remarks
Simple marker symbols display graphics and features (collectively referred to as geoelements) using predefined markers such as circle and cross. These symbols can have an optional outline, which is defined as a SimpleLineSymbol.
Constructors
| Name | Description |
|---|---|
| SimpleMarkerSymbol() | Initializes a new instance of the SimpleMarkerSymbol class with default values. |
| SimpleMarkerSymbol(SimpleMarkerSymbolStyle, Color, Double) | Initializes a new instance of the SimpleMarkerSymbol class. |
Properties
| Name | Description |
|---|---|
| Color | Gets or sets the color |
| Outline | Gets or sets the outline line symbol |
| Size | Gets or sets the symbol size in device independent pixels (DIPs). |
| Style | Gets or sets the marker symbol style, such as circle, cross, or diamond. |
Methods
| Name | Description |
|---|---|
| ToMultilayerSymbol() | Converts a SimpleMarkerSymbol to a MultilayerPointSymbol. |
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.3 - 200.8 |
| .NET | 100.13 - 200.8 |
| .NET Windows | 100.13 - 200.8 |
| .NET Android | 200.0 - 200.8 |
| .NET iOS | 200.0 - 200.8 |
| .NET Framework | 100.0 - 200.8 |
| Xamarin.Android | 100.0 - 100.15 |
| Xamarin.iOS | 100.0 - 100.15 |
| UWP | 100.0 - 200.8 |
Relevant samples
Display subtype feature layer: Displays a composite layer of all the subtype values in a feature class.