Class
MapLineView

Represents line given in the geographical coordinates.

Definition

Constructors

MapLineView()

Initializes a new instance of the MapLineView class.

Declaration

cs-api-definition
public MapLineView()

Fields

Point1Property

Identifies the Point1 dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty Point1Property

Field Value

DependencyProperty

Point2Property

Identifies the Point2 dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty Point2Property

Field Value

DependencyProperty

Properties

Point1

Gets or sets the start point of the line.

Declaration

cs-api-definition
public Location Point1 { get; set; }

Property Value

Location

Point2

Gets or sets the end point of the line.

Declaration

cs-api-definition
public Location Point2 { get; set; }

Property Value

Location