Base class for fill symbol layers. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.5 |
Inherits: | |
Inherited By: | HatchFillSymbolLayer, PictureFillSymbolLayer, and SolidFillSymbolLayer |
Detailed Description
Fill symbol layers are symbol layers used to render polygon 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 URL or image) to define the fill.
- HatchFillSymbolLayer defines a pattern of uniform parallel lines.