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

Specifies how the description balloon for place marks is drawn.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public class BalloonStyleData

Inheritance: objectBalloonStyleData

Constructors

C#
public BalloonStyleData()

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; }

Template

DataTemplate

Gets balloon data template.

C#
public DataTemplate Template { get; }

Gets or sets text displayed in the balloon.

C#
public string Text { get; set; }

Methods

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

C#
public static XElement TransformExtendedData(XElement extendedData)
Parameters:extendedDataXElement

ExtendedData element to transform.

Returns:

XElement

Transformed element.