Class
MapPathSegment

Represents a segment of a MapPathSegment object.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public abstract class MapPathSegment : DependencyObject

Inheritance: objectMapPathSegment

Derived Classes: MapArcSegmentMapBezierSegmentMapCollectionSegmentMapLineSegmentMapQuadraticBezierSegment

Constructors

MapPathSegment()

Declaration

cs-api-definition
protected MapPathSegment()

Methods

CalculateNorthwest(IEnumerable<Location>)

Calculates north-west point of the segment.

Declaration

cs-api-definition
protected void CalculateNorthwest(IEnumerable<Location> locationCollection)

Parameters

locationCollection

IEnumerable<Location>

Collection of the locations to calculate.

OnSegmentChanged()

Called when some segment parameters are changed.

Declaration

cs-api-definition
protected void OnSegmentChanged()

PropertyChangedHandler(DependencyObject, DependencyPropertyChangedEventArgs)

Segment property changed callback.

Declaration

cs-api-definition
protected static void PropertyChangedHandler(DependencyObject source, DependencyPropertyChangedEventArgs eventArgs)

Parameters

source

DependencyObject

Source.

eventArgs

DependencyPropertyChangedEventArgs

Event Args.