KmlPolyStyle Class
Namespace | Skybrud.Essentials.Maps.Kml.Styles |
---|---|
Assembly | Skybrud.Essentials.Maps.dll |
Visibility | Public |
Inheritance |
Specifies the drawing style for all polygons, including polygon extrusions (which look like the walls of buildings) and line extrusions (which look like solid fences).
public class KmlPolyStyle : KmlColorStyle { }
Properties
Type | Name | Summary |
---|---|---|
bool | Fill |
Specifies whether to fill the polygon. |
bool | Outline |
Specifies whether to outline the polygon. Polygon outlines use the current KmlLineStyle. |
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)
|