Class MapPolylineView
Inheritance
System.Object
MapPolylineView
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class MapPolylineView : MapShapeBindableWrapper
Constructors
Fields
Declaration
public static readonly DependencyProperty FillRuleProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty PointsProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public FillRule FillRule { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.FillRule
|
Declaration
public LocationCollection Points { get; set; }
Property Value
Extension Methods