Class FillSymbolLayer
A base class for fill symbol layers.
Inheritance
FillSymbolLayer
Implements
Namespace: Esri.ArcGISRuntime.Symbology
Assembly: Esri.ArcGISRuntime.dll
Syntax
public abstract class FillSymbolLayer : SymbolLayer, INotifyPropertyChanged
Remarks
Fill symbol layers are components of symbols that cover areal geometries. They are most often used in polygon symbols.
The following types of fill symbol layers are supported:
- SolidFillSymbolLayer - fills polygonal geometry with a single solid color (that may have a level of transparency applied).
- PictureFillSymbolLayer - uses an image file (specified using a URI or image data) to define the fill.
- HatchFillSymbolLayer - defines a pattern of uniform parallel lines.
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.5 - 200.2 |
.NET 6.0 | 100.13 - 200.2 |
.NET 6.0 Windows | 100.13 - 200.2 |
.NET 6.0 Android | 200.0 - 200.2 |
.NET 6.0 iOS | 200.0 - 200.2 |
.NET Framework | 100.5 - 200.2 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Android | 100.5 - 100.15 |
iOS | 100.5 - 100.15 |
UWP | 100.5 - 200.2 |