Class KmlPlacemarkProperties
Represents the KmlPlacemarkProperties class.
Inheritance
System.Object
KmlPlacemarkProperties
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class KmlPlacemarkProperties : Object
Constructors
KmlPlacemarkProperties()
Declaration
public KmlPlacemarkProperties()
Properties
BalloonStyle
Balloon style.
Declaration
public BalloonStyle BalloonStyle { get; set; }
Property Value
BalloonStyle
|
Description
Point description.
Declaration
public string Description { get; set; }
Property Value
System.String
|
HotSpot
IconScale
Gets or sets icon's scale.
Declaration
public double IconScale { get; set; }
Property Value
System.Double
|
IconUrl
Icon URI.
Declaration
public string IconUrl { get; set; }
Property Value
System.String
|
Name
Point name.
Declaration
public string Name { get; set; }
Property Value
System.String
|