Class
LineSegmentData

Creates a line between two points in a PathFigureData.

Definition

Constructors

LineSegmentData()

Declaration

cs-api-definition
public LineSegmentData()

Properties

Point

Gets or sets the end point of the line segment.

Declaration

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

Property Value

Location