Initializes a new instance of the KmlStyle class.
Namespace: PreStorm
Assembly: PreStorm (in PreStorm.dll) Version: 1.8.19.0 (1.8.19.0)
Syntax
public KmlStyle( string iconUrl = null, string iconColour = null, double iconScale = 1.1, string lineColour = null, double lineWidth = 1.2, string polygonColour = null )
Parameters
- iconUrl (Optional)
- Type: SystemString
The url of the icon. - iconColour (Optional)
- Type: SystemString
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 (Optional)
- Type: SystemDouble
The size of icons. - lineColour (Optional)
- Type: SystemString
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 (Optional)
- Type: SystemDouble
The width of lines. This applies to polygons, too. - polygonColour (Optional)
- Type: SystemString
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