New to Telerik UI for WPFStart a free 30-day trial

Represents the KmlPointData object. Usually it is created by the asynchronous KML reader.

Definition

Constructors

Initializes a new instance of the KmlPointData class.

C#
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.

C#
public object BalloonData { get; set; }

Gets or sets style of the balloon will be used as tooltip for this MapPinPoint.

C#
public BalloonStyleData BalloonStyle { get; set; }

Get or sets HotSpot which is represented in string.

C#
public string HotSpot { get; set; }

Icon URI.

C#
public string Icon { get; set; }

Get or sets image scale.

C#
public double ImageScale { get; set; }

ImageSource

BitmapImage

Gets the source for the image.

C#
public BitmapImage ImageSource { get; }

Gets the render transform of the point.

C#
public Transform ImageTransform { get; }

ImageVisibility

Visibility

Gets visibility of the point image.

C#
public Visibility ImageVisibility { get; }

Get or sets text of the point.

C#
public string Text { get; set; }

ToolTip

ToolTip

Get the tooltip.

C#
public ToolTip ToolTip { get; }