Class SolidStrokeSymbolLayer
A class for stroke symbol layers with customized geometric effects. Currently it supports only dash effects. Commonly used in line symbols to describe the appearance of the line, or in polygon symbols as an outline.
Implements
Namespace: Esri.ArcGISRuntime.Symbology
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class SolidStrokeSymbolLayer : StrokeSymbolLayer, INotifyPropertyChanged
Remarks
A Solid
This symbol layer, in a Multilayer
The Solid
The Solid
Constructors
Name | Description |
---|---|
Solid |
Initializes a new instance of the Solid |
Solid |
Initializes a new instance of the Solid |
SolidStrokeSymbolLayer(Double, Color, IList<GeometricEffect>) | Initializes a new instance of the Solid |
SolidStrokeSymbolLayer(Double, Color, IList<GeometricEffect>, StrokeSymbolLayerLineStyle3D) | Initializes a new instance of the Solid |
Properties
Name | Description |
---|---|
Color | Gets or sets the color of a solid stroke symbol layer. |
Geometric |
Gets the collection of geometric effects held by a solid stroke symbol layer. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.5 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.5 - 200.6 |
Xamarin.Android | 100.5 - 100.15 |
Xamarin.iOS | 100.5 - 100.15 |
UWP | 100.5 - 200.6 |