Specifies the drawing style for a KmlNode. More...
Import Statement | import Esri. |
Since | Esri. |
Inherits |
Properties
- iconStyle : KmlIconStyle
- labelStyle : KmlLabelStyle
- lineStyle : KmlLineStyle
- polygonStyle : KmlPolygonStyle
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.
Type | Default Property |
---|---|
Kml | icon |
Kml | label |
Kml | line |
Kml | polygon |
Property Documentation
icon |
Specifies how icons for point Placemarks are drawn.
label |
Specifies how Placemark labels are drawn.
line |
Specifies the drawing style for all lines.
polygon |
Specifies the drawing style for polygons.
Signal Documentation
Emitted when the iconStyle property changes.
Note: The corresponding handler is onIconStyleChanged
.
Emitted when the labelStyle property changes.
Note: The corresponding handler is onLabelStyleChanged
.
Emitted when the lineStyle property changes.
Note: The corresponding handler is onLineStyleChanged
.
Emitted when the polygonStyle property changes.
Note: The corresponding handler is onPolygonStyleChanged
.