Show / Hide Table of Contents

Class MarkerSymbol

Base class for Marker symbols used for displaying points

Inheritance
Object
Symbol
MarkerSymbol
PictureMarkerSymbol
SimpleMarkerSymbol
TextSymbol
Implements
INotifyPropertyChanged
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)
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Esri.ArcGISRuntime.Symbology
Assembly: Esri.ArcGISRuntime.dll
Syntax
public abstract class MarkerSymbol : Symbol, INotifyPropertyChanged

Properties

Name Description
Angle

Gets or sets the rotation angle.

AngleAlignment

Gets or sets the rotation angle alignment. Default value is Screen

LeaderOffsetX

Gets or sets the leader offset X of the marker symbol.

LeaderOffsetY

Gets or sets the leader offset Y of the marker symbol.

OffsetX

Gets or sets the X offset.

OffsetY

Gets or sets the Y offset.

Applies to

TargetVersions
.NET Standard 2.0100.3 - 200.1
.NET 6.0100.13 - 200.1
.NET 6.0 Windows100.13 - 200.1
.NET 6.0 Android200.0 - 200.1
.NET 6.0 iOS200.0 - 200.1
.NET Framework100.0 - 200.1
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Android100.0 - 100.15
iOS100.0 - 100.15
UWP100.0 - 200.1

Relevant samples

Offline routing: Solve a route on-the-fly using offline data.
Route around barriers: Find a route that reaches all stops without crossing any barriers.
In This Article
Back to top Copyright © 2022 Esri.