Class PathSegmentData
Inheritance
System.Object
PathSegmentData
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class PathSegmentData : Object, INotifyPropertyChanged
Constructors
PathSegmentData()
Declaration
protected PathSegmentData()
Properties
InitStarted
Declaration
protected bool InitStarted { get; }
Property Value
System.
|
Methods
BeginInit()
Declaration
public void BeginInit()
CalculateNorthwest(IEnumerable<Location>)
Declaration
protected void CalculateNorthwest(IEnumerable<Location> locationCollection)
Parameters
System.
|
EndInit()
Declaration
public void EndInit()
OnPropertyChanged(String)
Declaration
protected void OnPropertyChanged(string propertyName)
Parameters
System.
|
OnSegmentChanged()
Declaration
protected void OnSegmentChanged()
UpdateGeoBounds()
Declaration
protected void UpdateGeoBounds()
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.
|