Show / Hide Table of Contents

Class MultilayerPolygonSymbol

Multilayer Polygon symbol.

Inheritance
Object
Symbol
MultilayerSymbol
MultilayerPolygonSymbol
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 MultilayerPolygonSymbol : MultilayerSymbol, INotifyPropertyChanged
Remarks

This is a polygon symbol with multiple layers. Each layer has its own properties like width, height, and offset, that can be combined to create polygon symbols with special effects (a polygon with a marker in the center, for example). These symbols are rendered with polygon geometry.

Constructors

Name Description
MultilayerPolygonSymbol(IEnumerable<SymbolLayer>)

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

MultilayerPolygonSymbol(IEnumerable<SymbolLayer>, SymbolReferenceProperties)

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

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.