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.
|
IsClosed
Declaration
public bool IsClosed { get; set; }
Property Value
System.
|
IsFilled
Declaration
public bool IsFilled { get; set; }
Property Value
System.
|
Segments
Declaration
public PathSegmentDataCollection Segments { get; }
Property Value
StartPoint
Methods
BeginInit()
Declaration
public void BeginInit()
EndInit()
Declaration
public void EndInit()
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.
|