The following members of QML type GraphicsOverlay are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
Properties
- selectionColor : color
(obsolete)
Signals
- labelDefinitionsChanged()
(obsolete)
- selectionColorChanged()
(obsolete)
Property Documentation
selectionColor : color |
This property is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
The color to apply to selected graphics.
This property is deprecated in 100.4. Use selectionProperties instead.
Signal Documentation
This signal is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Emitted when the labelDefinitions property changes.
This signal is deprecated at 100.15. Use the signals on the list model to determine when the model changes.
Note: The corresponding handler is onLabelDefinitionsChanged
.
This signal was introduced in Esri.ArcGISRuntime 100.1.
This signal is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Emitted when the selectionColor property of this GraphicsOverlay changes.
Note: The corresponding handler is onSelectionColorChanged
.