ViewLabelProperties QML Type
MapView.">
ViewLabelProperties QML Type | ArcGISQtQml
Esri.ArcGISRuntime
ViewLabelProperties
Used for specifying labeling properties on the MapView. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
- List of all members, including inherited members
- ViewLabelProperties is part of QML Type List.
Properties
- animationEnabled : bool
- labelingEnabled : bool
Signals
Detailed Description
See also MapView.
Property Documentation
animationEnabled : bool |
Whether animation should be enabled.
labelingEnabled : bool |
Whether labeling should be enabled.
Signal Documentation
animationEnabledChanged() |
Emitted when the animationEnabled property of this ViewLabelProperties changes.
Note: The corresponding handler is onAnimationEnabledChanged
.
labelingEnabledChanged() |
Emitted when the labelingEnabled property of this ViewLabelProperties changes.
Note: The corresponding handler is onLabelingEnabledChanged
.