Show / Hide Table of Contents

Class MultilayerPolylineSymbol

Multilayer Polyline symbol.

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

This is a polyline symbol with multiple layers. Each layer has its own properties, like width and dash patterns, that can be combined to create line symbols with special effects (a solid road with dashed pattern on top to show the center line, for example). These symbols are rendered with polyline geometry.

Constructors

Name Description
MultilayerPolylineSymbol(IEnumerable<SymbolLayer>)

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

MultilayerPolylineSymbol(IEnumerable<SymbolLayer>, SymbolReferenceProperties)

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

Properties

Name Description
Width

Gets or sets the width of the symbol 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.