Show / Hide Table of Contents

Class SimpleMarkerSymbol

Uses a color and marker shape to symbolize graphics and features that have point or multipoint geometry.

Inheritance
System.Object
Symbol
MarkerSymbol
SimpleMarkerSymbol
Implements
System.ComponentModel.INotifyPropertyChanged
MarkerSymbol.Angle
MarkerSymbol.AngleAlignment
MarkerSymbol.LeaderOffsetX
MarkerSymbol.LeaderOffsetY
MarkerSymbol.OffsetX
MarkerSymbol.OffsetY
Symbol.PropertyChanged
Symbol.FromJson(String)
Symbol.ToJson()
Symbol.Clone()
Symbol.CreateSwatchAsync(Double)
Symbol.CreateSwatchAsync(Color, Double)
Symbol.CreateSwatchAsync(Int32, Int32, Single, Color, Geometry)
Symbol.CreateSwatchAsync(Int32, Int32, Double, Color)
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Esri.ArcGISRuntime.Symbology
Assembly: Esri.ArcGISRuntime.dll
Syntax
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

TargetVersions
.NET Standard 2.0100.3 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.0 - 200.7
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.7

Relevant samples

Display subtype feature layer: Displays a composite layer of all the subtype values in a feature class.
In This Article
Back to top Copyright © 2022 Esri.