Class BalloonStyle
Inheritance
System.Object
BalloonStyle
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class BalloonStyle : Object
Constructors
BalloonStyle()
Declaration
public BalloonStyle()
Properties
Background
Declaration
public Color Background { get; set; }
Property Value
Windows.
|
Foreground
Declaration
public Color Foreground { get; set; }
Property Value
Windows.
|
Template
Declaration
public DataTemplate Template { get; }
Property Value
Microsoft.
|
Text
Declaration
public string Text { get; set; }
Property Value
System.
|
Methods
TransformExtendedData(XElement)
Declaration
public static XElement TransformExtendedData(XElement extendedData)
Parameters
System.
|
Returns
System.
|