BalloonStyle
Class
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 BalloonStyle
Inheritance: objectBalloonStyle
Constructors
C#
public BalloonStyle()
Properties
Background
Color
Gets or sets Background color of the balloon (optional).
C#
public Color Background { get; set; }
Foreground
Color
Gets or sets foreground color for text.
C#
public Color Foreground { get; set; }
Template
DataTemplate
Gets balloon data template.
C#
public DataTemplate Template { get; }
Methods
Transform ExtendedData element into the form which can be used for data binding.
C#
public static XElement TransformExtendedData(XElement extendedData)
ExtendedData element to transform.
Returns:XElement
Transformed element.