KmlStyle QML Type

Specifies the drawing style for a KmlNode. More...

Import Statement: import Esri.ArcGISRuntime 100.15
Since: Esri.ArcGISRuntime 100.7
Inherits:

Object

Properties

Signals

Detailed Description

Controls the drawing style for the icon, line, polygon, and/or label or a KmlNode. A KmlStyle is made up of several substyles, including KmlIconStyle, KmlLineStyle, KmlPolygonStyle, and KmlLabelStyle. Not all node types support styling. For example, a KmlTour node cannot be stylized.

This QML type supports the following default properties. A default property may be declared inside another declared object without being assigned explicitly to a property.

Property Documentation

iconStyle : KmlIconStyle

Specifies how icons for point Placemarks are drawn.


labelStyle : KmlLabelStyle

Specifies how Placemark labels are drawn.


lineStyle : KmlLineStyle

Specifies the drawing style for all lines.


polygonStyle : KmlPolygonStyle

Specifies the drawing style for polygons.


Signal Documentation

iconStyleChanged()

Emitted when the iconStyle property changes.

Note: The corresponding handler is onIconStyleChanged.


labelStyleChanged()

Emitted when the labelStyle property changes.

Note: The corresponding handler is onLabelStyleChanged.


lineStyleChanged()

Emitted when the lineStyle property changes.

Note: The corresponding handler is onLineStyleChanged.


polygonStyleChanged()

Emitted when the polygonStyle property changes.

Note: The corresponding handler is onPolygonStyleChanged.


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