The following members of QML type FeatureLayer are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
Properties
- selectionColor : color
(obsolete)
- selectionWidth : double
(obsolete)
Signals
- labelDefinitionsChanged()
(obsolete)
- selectionColorChanged()
(obsolete)
- selectionWidthChanged()
(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 use for drawing a halo around selected features.
This property is deprecated in 100.4. Use selectionProperties instead.
This property is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
The width of the selection halo, in DIPs.
This property is deprecated in 100.4. There is no replacement property for the selection width. Selection width will be removed in a future release.
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 changes.
Note: The corresponding handler is onSelectionColorChanged
.
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 selectionWidth property changes.
Note: The corresponding handler is onSelectionWidthChanged
.