Class MapPathGeometryView
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class MapPathGeometryView : MapGeometryView
Constructors
MapPathGeometryView()
Declaration
public MapPathGeometryView()
Fields
FiguresProperty
Declaration
public static readonly DependencyProperty FiguresProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
FillRuleProperty
Declaration
public static readonly DependencyProperty FillRuleProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Figures
Declaration
public MapPathFigureViewCollection Figures { get; }
Property Value
|
MapPathFigureViewCollection
|
FillRule
Declaration
public FillRule FillRule { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.FillRule
|