Class PathSegmentData
Represents a segment of a PathSegmentData object.
Inheritance
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public abstract class PathSegmentData : Object, INotifyPropertyChanged
Constructors
PathSegmentData()
Declaration
protected PathSegmentData()
Properties
InitStarted
Gets the value which indicates that the initialization is started.
Declaration
protected bool InitStarted { get; }
Property Value
System.Boolean
|
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
System.Collections.Generic.IEnumerable<Location>
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
System.String
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 Type
System.ComponentModel.PropertyChangedEventHandler
|