Class PolyStyle
Represents KML PolyStyle element.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public class PolyStyle
Constructors
PolyStyle()
Initializes a new instance of the PolyStyle class.
Declaration
public PolyStyle()
PolyStyle(XmlElement)
Initializes a new instance of the PolyStyle class.
Declaration
public PolyStyle(XmlElement polyStyle)
Parameters
System.Xml.XmlElement
polyStyle
PolyStyle element to get data from. |
Properties
Color
Gets or sets line color.
Declaration
public Color Color { get; set; }
Property Value
System.Drawing.Color
|
Fill
Gets or sets value which indicates whether the polygon should be filled.
Declaration
public bool Fill { get; set; }
Property Value
System.Boolean
|
Outline
Gets or sets value which indicates whether the polygon should be outlined.
Declaration
public bool Outline { get; set; }
Property Value
System.Boolean
|