Class FillSymbolLayer
A base class for fill symbol layers.
Inheritance
FillSymbolLayer
Implements
System.ComponentModel.INotifyPropertyChanged
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
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.
ArcGIS Runtime includes the following types of fill symbol layers:
- 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 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.5 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.5 - 100.15 |
Xamarin.iOS | 100.5 - 100.15 |
UWP | 100.5 - 100.15 |