Class
MapLineSegmentView

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

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class MapLineSegmentView : MapPathSegmentView

Inheritance: objectMapPathSegmentViewMapLineSegmentView

Inherited Members MapPathSegmentView.CreateInstanceCore()MapPathSegmentView.SegmentData

Constructors

MapLineSegmentView()

Initializes a new instance of the MapLineSegmentView class.

Declaration

cs-api-definition
public MapLineSegmentView()

Fields

PointProperty

Identifies the Point dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty PointProperty

Field Value

DependencyProperty

Properties

Point

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

Declaration

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

Property Value

Location