KmlColorStyle defines how KmlNode will appear based on the specified Color and ColorMode properties. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri::ArcGISRuntime 100.6 |
Inherits: | |
Inherited By: | KmlIconStyle, KmlLabelStyle, KmlLineStyle, and KmlPolygonStyle |
Properties
Signals
Detailed Description
Note: For KmlIcon objects, the Color that is specified is blended with the existing color of the base image. Due to this blending effect, to have the exact color appear that was specified by the Color property, it is recommended that the base image be white. Also note that, because Color defaults to white, the Color property of KmlIcon will result in the original color of the base image.
Note: You cannot declare or create a component of this type in QML code.
Property Documentation
color : color |
The KmlColorStyle's color.
The KmlColorStyle's color mode.
Signal Documentation
Emitted when the color property of this KmlColorStyle changes.
Note: The corresponding handler is onColorChanged
.
Emitted when the colorMode property of this KmlColorStyle changes.
Note: The corresponding handler is onColorModeChanged
.