KmlColorStyle QML Type

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:

Object

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.


colorMode : Enums.KmlColorMode

The KmlColorStyle's color mode.


Signal Documentation

colorChanged()

Emitted when the color property of this KmlColorStyle changes.

Note: The corresponding handler is onColorChanged.


colorModeChanged()

Emitted when the colorMode property of this KmlColorStyle changes.

Note: The corresponding handler is onColorModeChanged.


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.