The KmlStyle type exposes the following members.
Properties
Name | Description | |
---|---|---|
IconColour |
The colour of icons. The format conforms to the KML specification (i.e. 7fff0000 where alpha=0x7f, blue=0xff, green=0x00, and red=0x00).
| |
IconScale |
The size of icons.
| |
IconUrl |
The url of the icon.
| |
LineColour |
The colour of lines. The format conforms to the KML specification (i.e. 7fff0000 where alpha=0x7f, blue=0xff, green=0x00, and red=0x00).
| |
LineWidth |
The width of lines. This applies to polygons, too.
| |
PolygonColour |
The colour of polygons. The format conforms to the KML specification (i.e. 7fff0000 where alpha=0x7f, blue=0xff, green=0x00, and red=0x00).
|
See Also