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

Represents the KmlPlacemarkProperties class.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.RadMap.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; }