ClassKmlStyle
Class
Represents KML style element.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Kml")]
public class KmlStyle
Inheritance: objectKmlStyle
Constructors
KmlStyle(XElement)
Initializes a new instance of the KmlStyle class.
Declaration
cs-api-definition
public KmlStyle(XElement style)
Parameters
style
XElement
KML style element to get data from.
Properties
BalloonStyle
Gets or sets balloon style.
Declaration
cs-api-definition
public BalloonStyle BalloonStyle { get; set; }
Property Value
IconStyle
Gets or sets IconStyle.
LineStyle
Gets or sets line style.