Class PolyStyle
Inheritance
System.Object
PolyStyle
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class PolyStyle : Object
Constructors
PolyStyle()
Declaration
public PolyStyle()
PolyStyle(XElement)
Declaration
public PolyStyle(XElement polyStyle)
Parameters
|
System.Xml.Linq.XElement
polyStyle
|
Properties
Color
Declaration
public Color Color { get; set; }
Property Value
|
Windows.UI.Color
|
Fill
Declaration
public bool Fill { get; set; }
Property Value
|
System.Boolean
|
Outline
Declaration
public bool Outline { get; set; }
Property Value
|
System.Boolean
|