New to Telerik UI for WinFormsStart a free 30-day trial

Specifies how the description balloon for place marks is drawn.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.RadMap.dll

Syntax:

C#
public class BalloonStyle

Inheritance: objectBalloonStyle

Constructors

C#
public BalloonStyle()

Properties

Gets or sets Background color of the balloon (optional).

C#
public Color Background { get; set; }

Gets or sets foreground color for text.

C#
public Color Foreground { get; set; }

Gets or sets text displayed in the balloon.

C#
public string Text { get; set; }