KmlLabelStyle QML Type
A KML Label style object. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri::ArcGISRuntime 100.7 |
Inherits: |
- List of all members, including inherited members
- KmlLabelStyle is part of QML Type List.
Properties
- scale : double
Signals
Detailed Description
Controls how the name of a KmlNode is displayed. Corresponds to a Label style in a KML document. Controls the color and scale of the name label.
Property Documentation
scale : double |
The scale of the KML Label style.
Signal Documentation
scaleChanged() |
Emitted when the scale property changes.
Note: The corresponding handler is onScaleChanged
.