DictionarySymbolStyleConfiguration QML Type
Configuration settings for a custom DictionarySymbolStyle. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.6 |
Inherits: |
Properties
Signals
Detailed Description
Note: You cannot declare or create a component of this type in QML code.
Property Documentation
domain : list<variant> |
Returns the list of possible values for this configuration property (read-only).
info : string |
Returns a description of the configuration as defined by the style author (read-only).
name : string |
Returns the name of the property as defined by the style configuration (read-only).
value : variant |
Returns or sets the value of the configuration property.
Signal Documentation
valueChanged() |
Emitted when the value property changes.
Note: The corresponding handler is onValueChanged
.