Point Property (LineSegment)

Gets or sets the end point of the line segment.

XAML
<object Point="Point" .../>
Scripting
value = object.Point
object.Point = value

Property Value

Point

The end point of the line segment.

This property is read/write. The default value is a point with value 0,0.

Remarks

See remarks in Point for scripting usages of this property.

The LineSegment class does not contain a property for the starting point of the line. The starting point of the line is the current point of the PathFigure object where you add the line.

Applies To

LineSegment

See Also

Silverlight Geometries Overview
Path Markup Syntax
PathFigure
PathSegmentCollection