PolyStyle
Class
Represents KML PolyStyle element.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadMap.dll
Syntax:
C#
public class PolyStyle
Inheritance: objectPolyStyle
Constructors
Initializes a new instance of the PolyStyle class.
C#
public PolyStyle()
Initializes a new instance of the PolyStyle class.
C#
public PolyStyle(XmlElement polyStyle)
PolyStyle element to get data from.
Properties
Gets or sets value which indicates whether the polygon should be filled.
C#
public bool Fill { get; set; }