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

Creates a line between two points in a MapPathFigure.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public class MapLineSegment : MapPathSegment

Inheritance: objectMapPathSegmentMapLineSegment

Inherited Members MapPathSegment.PropertyChangedHandler(DependencyObject, DependencyPropertyChangedEventArgs)MapPathSegment.CalculateNorthwest(IEnumerable<Location>)MapPathSegment.OnSegmentChanged()

Constructors

Initializes a new instance of the MapLineSegment class.

C#
public MapLineSegment()

Fields

PointProperty

DependencyProperty

Identifies the Point dependency property.

C#
public static readonly DependencyProperty PointProperty

Properties

Gets or sets the end point of the line segment. This is a dependency property.

C#
public Location Point { get; set; }