Class MapPathFigureView
Inheritance
System.Object
MapPathFigureView
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class MapPathFigureView : DependencyObject
Constructors
MapPathFigureView()
Declaration
public MapPathFigureView()
Fields
IsClosedProperty
Declaration
public static readonly DependencyProperty IsClosedProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
IsFilledProperty
Declaration
public static readonly DependencyProperty IsFilledProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
SegmentsProperty
Declaration
public static readonly DependencyProperty SegmentsProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
StartPointProperty
Declaration
public static readonly DependencyProperty StartPointProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
FigureData
IsClosed
Declaration
public bool IsClosed { get; set; }
Property Value
|
System.Boolean
|
IsFilled
Declaration
public bool IsFilled { get; set; }
Property Value
|
System.Boolean
|
Segments
Declaration
public MapPathSegmentViewCollection Segments { get; }
Property Value
|
MapPathSegmentViewCollection
|