Represents the KML style.
Inheritance Hierarchy
PreStormKmlStyle
Namespace: PreStorm
Assembly: PreStorm (in PreStorm.dll) Version: 1.8.19.0 (1.8.19.0)
Syntax
The KmlStyle type exposes the following members.
Constructors
Name | Description | |
---|---|---|
KmlStyle |
Initializes a new instance of the KmlStyle class.
|
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).
|
Methods
Name | Description | |
---|---|---|
Equals |
Overridden to return the value equality.
(Overrides ObjectEquals(Object).) | |
GetHashCode |
Serves as a hash function for equality comparison.
(Overrides ObjectGetHashCode.) |
Extension Methods
Name | Description | |
---|---|---|
ToKml |
Converts the style object to KML.
(Defined by Kml.) |
See Also