Class MultilayerPolylineSymbol
A polyline symbol built with multiple layers of symbols to display graphics and features that have polyline geometry.
Implements
Namespace: Esri.ArcGISRuntime.Symbology
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class MultilayerPolylineSymbol : MultilayerSymbol, INotifyPropertyChanged
Remarks
A MultilayerPolylineSymbol can contain multiple layers that are combined to create different appearances, for example, a solid road with dashed pattern on top to show the center line. The individual layers have their own properties such as width and dash patterns, and can be accessed programmatically through SymbolLayers. For more information about multilayer symbols, refer to Symbol layers.
If you create a MultilayerPolylineSymbol 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 |
---|---|
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
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.2.1 - 200.5 |
Xamarin.Android | 100.2.1 - 100.15 |
Xamarin.iOS | 100.2.1 - 100.15 |
UWP | 100.2.1 - 200.5 |