Class KmlBalloonStyle
KmlBalloonStyle class
Specifies how the description balloon is drawn.
public class KmlBalloonStyle
Constructors
Properties
| Name | Description |
|---|
| BackgroundColor { get; set; } | Specifies the background color of the graphic element. Default value is White. |
| DisplayMode { get; set; } | Controls whether the balloon is displayed or hidden. Default value is Show |
| Text { get; set; } | Specifies the text displayed in the balloon. Default value is null. |
| TextColor { get; set; } | Specifies the foreground color of the text. Default value is Black. |
See Also