KmlStyle
Class
Represents KML style element.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class KmlStyle
Inheritance: objectKmlStyle
Constructors
Initializes a new instance of the KmlStyle class.
C#
public KmlStyle(XElement style)
KML style element to get data from.
Properties
Gets or sets balloon style.
C#
public BalloonStyle BalloonStyle { get; set; }