Class
BalloonStyleData

Specifies how the description balloon for place marks is drawn.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class BalloonStyleData

Inheritance: objectBalloonStyleData

Constructors

BalloonStyleData()

Declaration

cs-api-definition
public BalloonStyleData()

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

Template

Gets balloon data template.

Declaration

cs-api-definition
public DataTemplate Template { get; }

Property Value

DataTemplate

Text

Gets or sets text displayed in the balloon.

Declaration

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

Property Value

string

Methods

TransformExtendedData(XElement)

Transform ExtendedData element into the form which can be used for data binding.

Declaration

cs-api-definition
public static XElement TransformExtendedData(XElement extendedData)

Parameters

extendedData

XElement

ExtendedData element to transform.

Returns

XElement

Transformed element.