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.
Implements
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.5 - 200.8 |
| .NET | 100.13 - 300.0 |
| .NET Windows | 100.13 - 300.0 |
| .NET Android | 200.0 - 300.0 |
| .NET iOS | 200.0 - 300.0 |
| .NET Framework | 100.5 - 200.8 |
| Xamarin.Android | 100.5 - 100.15 |
| Xamarin.iOS | 100.5 - 100.15 |
| UWP | 100.5 - 200.8 |