Class KmlBalloonStyle

KmlBalloonStyle class

Specifies how the description balloon is drawn.

public class KmlBalloonStyle

Constructors

NameDescription
KmlBalloonStyle()The default constructor.

Properties

NameDescription
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