KmlLineStyle QML Type
A KML line style object. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri::ArcGISRuntime 100.7 |
Inherits: |
- List of all members, including inherited members
- KmlLineStyle is part of QML Type List.
Properties
- width : double
Signals
Detailed Description
KmlLineStyle specifies the drawing style (color, color mode, and line width) for all line geometry. Line geometry includes the outlines of outlined polygons and the extruded "tether" of Placemark icons (if extrusion is enabled).
Property Documentation
width : double |
The width of the KML line style, in pixels.
Signal Documentation
widthChanged() |
Emitted when the width property changes.
Note: The corresponding handler is onWidthChanged
.