Show / Hide Table of Contents

Class MultilayerPointSymbol

Multilayer Point symbol.

Inheritance
Object
Symbol
MultilayerSymbol
MultilayerPointSymbol
Implements
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)
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 sealed class MultilayerPointSymbol : MultilayerSymbol, INotifyPropertyChanged
Remarks

This is a point symbol with multiple layers. Each layer has its own properties, such as offset, anchor, and rotation, that can be combined to create a point symbol with special effects (concentric circles or a pushpin, for example). These symbols are rendered with point geometry.

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 the symbol angle alignment of the multilayer point symbol.

Size

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

Applies to

TargetVersions
.NET Standard 2.0100.3 - 200.0
.NET 6.0100.13 - 200.0
.NET 6.0 Windows100.13 - 200.0
.NET 6.0 Android200
.NET 6.0 iOS200
.NET Framework100.2.1 - 200.0
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Android100.2.1 - 100.15
iOS100.2.1 - 100.15
UWP100.2.1 - 200.0
In This Article
Back to top Copyright © 2022 Esri.