SelectionProperties QML Type
GeoView.">
SelectionProperties QML Type | ArcGISQtQml
Esri.ArcGISRuntime
SelectionProperties
Defines selection properties for the GeoView. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.4 |
Inherits: |
- List of all members, including inherited members
- SelectionProperties is part of QML Type List.
Properties
- color : color
Signals
Detailed Description
Default values are as follows:
- color - Cyan
See also GeoView.
Property Documentation
color : color |
The color value in the selection properties object.
The default value is Cyan.
Signal Documentation
colorChanged() |
Emitted when the color property changes.
Note: The corresponding handler is onColorChanged
.