KmlLineStyle Class
Namespace | Skybrud.Essentials.Maps.Kml.Styles |
---|---|
Assembly | Skybrud.Essentials.Maps.dll |
Visibility | Public |
Inheritance |
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).
public class KmlLineStyle : KmlColorStyle { }
Properties
Type | Name | Summary |
---|---|---|
Single | Width |
Width of the line, in pixels. |
String | Id (inherited from KmlColorStyle) | |
String | Color (inherited from KmlColorStyle) |
Color and opacity (alpha) values are expressed in hexadecimal notation. The range of values for any one
color is 0 to 255 ( |
KmlColorMode | ColorMode (inherited from KmlColorStyle) |
Values for KmlColorStyle.ColorMode are Normal (no effect) and Random. A value of Random applies a random linear scale to the base KmlColorStyle.Color as follows:
|
Methods
Parse(XElement, XmlNamespaceManager)
(static)
|
ToXElement()
(virtual)
|
Inherited from KmlObject |
NewXElement()
(virtual)
|
NewXElement(string)
(virtual)
|