Class FillSymbolLayer
A base class for fill symbol layers.
Inheritance
System.Object
FillSymbolLayer
Implements
System.ComponentModel.INotifyPropertyChanged
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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.8 |
| .NET | 100.13 - 200.8 |
| .NET Windows | 100.13 - 200.8 |
| .NET Android | 200.0 - 200.8 |
| .NET iOS | 200.0 - 200.8 |
| .NET Framework | 100.5 - 200.8 |
| Xamarin.Android | 100.5 - 100.15 |
| Xamarin.iOS | 100.5 - 100.15 |
| UWP | 100.5 - 200.8 |