ClassKmlPointData
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
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.
BalloonStyle
Gets or sets style of the balloon will be used as tooltip for this MapPinPoint.
Declaration
public BalloonStyleData BalloonStyle { get; set; }
Property Value
HotSpot
Get or sets HotSpot which is represented in string.
ImageScale
Get or sets image scale.
ImageSource
Gets the source for the image.
Declaration
public BitmapImage ImageSource { get; }
Property Value
BitmapImage
ImageTransform
Gets the render transform of the point.
Declaration
public Transform ImageTransform { get; }
Property Value
Transform
ImageVisibility
Gets visibility of the point image.
Declaration
public Visibility ImageVisibility { get; }
Property Value
Visibility
Text
Get or sets text of the point.
ToolTip
Get the tooltip.
Declaration
public ToolTip ToolTip { get; }
Property Value
ToolTip