New to Telerik UI for WPFStart a free 30-day trial

Represents a segment of a MapPathSegment object.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public abstract class MapPathSegment : DependencyObject

Inheritance: objectMapPathSegment

Derived Classes: MapArcSegmentMapBezierSegmentMapCollectionSegmentMapLineSegmentMapQuadraticBezierSegment

Constructors

C#
protected MapPathSegment()

Methods

Calculates north-west point of the segment.

C#
protected void CalculateNorthwest(IEnumerable<Location> locationCollection)
Parameters:locationCollectionIEnumerable<Location>

Collection of the locations to calculate.

Called when some segment parameters are changed.

C#
protected void OnSegmentChanged()

Segment property changed callback.

C#
protected static void PropertyChangedHandler(DependencyObject source, DependencyPropertyChangedEventArgs eventArgs)
Parameters:sourceDependencyObject

Source.

eventArgsDependencyPropertyChangedEventArgs

Event Args.