Show / Hide Table of Contents

Class MultilayerPointSymbol

A point symbol built with multiple layers of symbols to display graphics and features that have point or multipoint geometry.

Inheritance
System.Object
Symbol
MultilayerSymbol
MultilayerPointSymbol
Implements
System.ComponentModel.INotifyPropertyChanged
MultilayerSymbol.Color
MultilayerSymbol.SymbolLayers
MultilayerSymbol.ReferenceProperties
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 sealed class MultilayerPointSymbol : MultilayerSymbol, INotifyPropertyChanged
Remarks

A MultilayerPointSymbol can contain multiple symbol layers that are combined to create different appearances, for example, concentric circles or a pushpin with a star drawn in a different color. You can access and modify the symbology of layers using SymbolLayers. You can also change properties such as the Size, Angle, and AngleAlignment. For more information about multilayer symbols, refer to Symbol layers.

If you create a MultilayerPointSymbol from a collection of SymbolLayer objects, the first symbol layer in the collection will be drawn first, with the second symbol layer on top of the first, and so on. Note that symbol layers in a multilayer symbol are in reverse order of how they appear in the JSON representation.

Constructors

Name Description
MultilayerPointSymbol(IEnumerable<SymbolLayer>)

Initializes a new instance of the MultilayerPointSymbol class with symbol layers.

MultilayerPointSymbol(IEnumerable<SymbolLayer>, SymbolReferenceProperties)

Initializes a new instance of the MultilayerPointSymbol class with symbol layers.

Properties

Name Description
Angle

Gets or sets the angle in degrees.

AngleAlignment

Gets or sets whether the multilayer point symbol is rotated relative to the screen or map.

Size

Gets or sets the symbol size in device-independent pixels (DIPs).

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.2.1 - 200.7
Xamarin.Android100.2.1 - 100.15
Xamarin.iOS100.2.1 - 100.15
UWP100.2.1 - 200.7
In This Article
Back to top Copyright © 2022 Esri.