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

Represents the KmlPlacemarkProperties class.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public class KmlPlacemarkProperties

Inheritance: objectKmlPlacemarkProperties

Constructors

C#
public KmlPlacemarkProperties()

Properties

Balloon style.

C#
public BalloonStyle BalloonStyle { get; set; }

Point description.

C#
public string Description { get; set; }

Icon hot spot.

C#
public HotSpot HotSpot { get; set; }

Gets or sets icon's scale.

C#
public double IconScale { get; set; }

Icon URI.

C#
public string IconUrl { get; set; }

Point name.

C#
public string Name { get; set; }