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.Boolean
|
Methods
BeginInit()
Declaration
public void BeginInit()
CalculateNorthwest(IEnumerable<Location>)
Declaration
protected void CalculateNorthwest(IEnumerable<Location> locationCollection)
Parameters
|
System.Collections.Generic.IEnumerable<Location>
locationCollection
|
EndInit()
Declaration
public void EndInit()
OnPropertyChanged(String)
Declaration
protected void OnPropertyChanged(string propertyName)
Parameters
|
System.String
propertyName
|
OnSegmentChanged()
Declaration
protected void OnSegmentChanged()
UpdateGeoBounds()
Declaration
protected void UpdateGeoBounds()
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
|
System.ComponentModel.PropertyChangedEventHandler
|