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

Creates a line between two points in a map path figure.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public class MapLineSegmentView : MapPathSegmentView

Inheritance: objectMapPathSegmentViewMapLineSegmentView

Inherited Members MapPathSegmentView.CreateInstanceCore()MapPathSegmentView.SegmentData

Constructors

Initializes a new instance of the MapLineSegmentView class.

C#
public MapLineSegmentView()

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; }