Class
BalloonStyle

Specifies how the description balloon for place marks is drawn.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.RadMap.dll

Syntax:

cs-api-definition
public class BalloonStyle

Inheritance: objectBalloonStyle

Constructors

BalloonStyle()

Declaration

cs-api-definition
public BalloonStyle()

Properties

Background

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

Declaration

cs-api-definition
public Color Background { get; set; }

Property Value

Color

Foreground

Gets or sets foreground color for text.

Declaration

cs-api-definition
public Color Foreground { get; set; }

Property Value

Color

Text

Gets or sets text displayed in the balloon.

Declaration

cs-api-definition
public string Text { get; set; }

Property Value

string