KmlLabelStyle Class
| Namespace | Skybrud.Essentials.Maps.Kml.Styles |
|---|---|
| Assembly | Skybrud.Essentials.Maps.dll |
| Visibility | Public |
| Inheritance |
Specifies how the name of a KmlFeature is drawn. A custom color, color mode, and scale for the label (name) can be specified.
public class KmlLabelStyle : KmlColorStyle { }
Properties
| Type | Name | Summary |
|---|---|---|
| Single | Scale |
Gets or sets the scale of the label. |
| 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)
|