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

Represents line given in the geographical coordinates.

Definition

Constructors

Initializes a new instance of the MapLineView class.

C#
public MapLineView()

Fields

Point1Property

DependencyProperty

Identifies the Point1 dependency property.

C#
public static readonly DependencyProperty Point1Property

Point2Property

DependencyProperty

Identifies the Point2 dependency property.

C#
public static readonly DependencyProperty Point2Property

Properties

Gets or sets the start point of the line.

C#
public Location Point1 { get; set; }

Gets or sets the end point of the line.

C#
public Location Point2 { get; set; }