Class
MapLineSegment

Creates a line between two points in a MapPathFigure.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class MapLineSegment : MapPathSegment

Inheritance: objectMapPathSegmentMapLineSegment

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

Constructors

MapLineSegment()

Initializes a new instance of the MapLineSegment class.

Declaration

cs-api-definition
public MapLineSegment()

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