KmlBalloonStyle Class
| Namespace | Skybrud.Essentials.Maps.Kml.Styles |
|---|---|
| Assembly | Skybrud.Essentials.Maps.dll |
| Visibility | Public |
| Inheritance |
Specifies how the description balloon for placemarks is drawn. The <bgColor>, if specified, is used as the background color of the balloon.
public class KmlBalloonStyle : KmlColorStyle { }
Properties
| Type | Name | Summary |
|---|---|---|
| String | BackgroundColor |
Gets or sets the background color of the balloon (optional). Color and opacity (alpha) values are expressed in hexadecimal notation. |
| String | TextColor |
Gets or sets the foreground color for text. The default is black ( |
| String | Text |
Gets or sets the text displayed in the balloon. If no text is specified, Google Earth draws the default
balloon (with the Feature |
| String | DisplayMode |
If set to is |
| 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)
|