Class PathFigureData
Inheritance
System.Object
PathFigureData
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class PathFigureData : Object, INotifyPropertyChanged
Constructors
PathFigureData()
Declaration
public PathFigureData()
Properties
InitStarted
Declaration
protected bool InitStarted { get; }
Property Value
|
System.Boolean
|
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 PathSegmentDataCollection Segments { get; }
Property Value
|
PathSegmentDataCollection
|
StartPoint
Methods
BeginInit()
Declaration
public void BeginInit()
EndInit()
Declaration
public void EndInit()
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
|
System.ComponentModel.PropertyChangedEventHandler
|