Specifies the drawing style for a KmlNode. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.7 |
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 |
---|---|
KmlIconStyle | iconStyle |
KmlLabelStyle | labelStyle |
KmlLineStyle | lineStyle |
KmlPolygonStyle | polygonStyle |
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
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
.