Class BalloonStyleData
Specifies how the description balloon for place marks is drawn.
Inheritance
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class BalloonStyleData : Object
Constructors
BalloonStyleData()
Declaration
public BalloonStyleData()
Properties
Background
Gets or sets Background color of the balloon (optional).
Declaration
public Color Background { get; set; }
Property Value
System.Windows.Media.Color
|
Foreground
Gets or sets foreground color for text.
Declaration
public Color Foreground { get; set; }
Property Value
System.Windows.Media.Color
|
Template
Gets balloon data template.
Declaration
public DataTemplate Template { get; }
Property Value
System.Windows.DataTemplate
|
Text
Gets or sets text displayed in the balloon.
Declaration
public string Text { get; set; }
Property Value
System.String
|
Methods
TransformExtendedData(XElement)
Transform ExtendedData element into the form which can be used for data binding.
Declaration
public static XElement TransformExtendedData(XElement extendedData)
Parameters
System.Xml.Linq.XElement
extendedData
ExtendedData element to transform. |
Returns
System.Xml.Linq.XElement
Transformed element. |