SolidFillSymbolLayer QML Type
A solid fill symbol layer is a symbol layer intended for use with polygon geometries. More...
Import Statement: | import Esri.ArcGISRuntime 100.9 |
Since: | Esri.ArcGISRuntime 100.5 |
Inherits: |
Properties
- color : color
Signals
Detailed Description
This layer is used to render the surfaces of the Polygon geometries with the provided color.
If a SolidFillSymbolLayer is the only symbol layer in a MultilayerPolygonSymbol, it will fill the geometry with the specified color.
SolidFillSymbolLayer is like SimpleFillSymbol with a solid style. Unlike SimpleFillSymbol, which includes hatch fill styles, SolidFillSymbolLayer is used to symbolize a solid fill exclusively and therefore only exposes a color property.
Property Documentation
color : color |
Returns the color
If a color is not explicitly set, the default will be black, RGBA(0, 0, 0, 255)
.
Note: this property can only be modified if the symbol layer is not color locked.
See also SymbolLayer::colorLocked.
Signal Documentation
Emitted when the color property changes.
Note: The corresponding handler is onColorChanged
.