Class KmlPointData
Represents the KmlPointData object. Usually it is created by the asynchronous KML reader.
Inherited Members
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class KmlPointData : PointData, IExtendedData, INotifyPropertyChanged
Constructors
KmlPointData()
Initializes a new instance of the KmlPointData class.
Declaration
public KmlPointData()
Properties
BalloonData
Gets or sets balloon data. In most cases it should be ExtendedData element transformed to the form which supports binding by BalloonStyle.TransformExtendedData method.
Declaration
public object BalloonData { get; set; }
Property Value
System.Object
|
BalloonStyle
Gets or sets style of the balloon will be used as tooltip for this MapPinPoint.
Declaration
public BalloonStyleData BalloonStyle { get; set; }
Property Value
BalloonStyleData
|
HotSpot
Get or sets HotSpot which is represented in string.
Declaration
public string HotSpot { get; set; }
Property Value
System.String
|
Icon
Icon URI.
Declaration
public string Icon { get; set; }
Property Value
System.String
|
ImageScale
Get or sets image scale.
Declaration
public double ImageScale { get; set; }
Property Value
System.Double
|
ImageSource
Gets the source for the image.
Declaration
public BitmapImage ImageSource { get; }
Property Value
System.Windows.Media.Imaging.BitmapImage
|
ImageTransform
Gets the render transform of the point.
Declaration
public Transform ImageTransform { get; }
Property Value
System.Windows.Media.Transform
|
ImageVisibility
Gets visibility of the point image.
Declaration
public Visibility ImageVisibility { get; }
Property Value
System.Windows.Visibility
|
Text
Get or sets text of the point.
Declaration
public string Text { get; set; }
Property Value
System.String
|
ToolTip
Get the tooltip.
Declaration
public ToolTip ToolTip { get; }
Property Value
System.Windows.Controls.ToolTip
|