Class MapPathSegment
Represents a segment of a MapPathSegment object.
Inheritance
System.Object
MapPathSegment
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public abstract class MapPathSegment : DependencyObject
Constructors
MapPathSegment()
Declaration
protected MapPathSegment()
Methods
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. |
OnSegmentChanged()
Called when some segment parameters are changed.
Declaration
protected void OnSegmentChanged()
PropertyChangedHandler(DependencyObject, DependencyPropertyChangedEventArgs)
Segment property changed callback.
Declaration
protected static void PropertyChangedHandler(DependencyObject source, DependencyPropertyChangedEventArgs eventArgs)
Parameters
System.Windows.DependencyObject
source
Source. |
System.Windows.DependencyPropertyChangedEventArgs
eventArgs
Event Args. |