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