ClassPathSegmentData
Represents a segment of a PathSegmentData object.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public abstract class PathSegmentData : INotifyPropertyChanged
Inheritance: objectPathSegmentData
Derived Classes:
Implements:
Constructors
PathSegmentData()
Declaration
protected PathSegmentData()
Properties
InitStarted
Gets the value which indicates that the initialization is started.
Methods
BeginInit()
Starts the initialization process for the segment.
Declaration
public void BeginInit()
CalculateNorthwest(IEnumerable<Location>)
Calculates north-west point of the segment.
Declaration
protected void CalculateNorthwest(IEnumerable<Location> locationCollection)
Parameters
locationCollection
Collection of the locations to calculate.
EndInit()
Indicates that the initialization process for the segment is complete.
Declaration
public void EndInit()
OnPropertyChanged(string)
Raise PropertyChanged event.
Declaration
protected void OnPropertyChanged(string propertyName)
Parameters
propertyName
Property name.
OnSegmentChanged()
Called when some segment parameters are changed.
Declaration
protected void OnSegmentChanged()
UpdateGeoBounds()
Update geographical location (Northwest corner) and geographical size of the map geometry.
Declaration
protected void UpdateGeoBounds()
Events
PropertyChanged
Property changed event handler.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements