Class MapPinPoint
Inheritance
System.Object
MapPinPoint
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class MapPinPoint : Control, IExtendedData
Constructors
MapPinPoint()
Declaration
public MapPinPoint()
Fields
ExtendedDataProperty
Declaration
public static readonly DependencyProperty ExtendedDataProperty
Field Value
Microsoft.
|
ImageScaleProperty
Declaration
public static readonly DependencyProperty ImageScaleProperty
Field Value
Microsoft.
|
ImageSourceProperty
Declaration
public static readonly DependencyProperty ImageSourceProperty
Field Value
Microsoft.
|
TextProperty
Declaration
public static readonly DependencyProperty TextProperty
Field Value
Microsoft.
|
Properties
BalloonData
Declaration
public object BalloonData { get; set; }
Property Value
System.
|
BalloonStyle
ExtendedData
Declaration
public ExtendedData ExtendedData { get; set; }
Property Value
Implements
ImageScale
Declaration
public double ImageScale { get; set; }
Property Value
System.
|
ImageSource
Declaration
public ImageSource ImageSource { get; set; }
Property Value
Microsoft.
|
Text
Declaration
public string Text { get; set; }
Property Value
System.
|
Methods
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()