Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 674 Bytes

linegeometry_endpoint.md

File metadata and controls

34 lines (23 loc) · 674 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Media.LineGeometry.EndPoint
winrt property

Windows.UI.Xaml.Media.LineGeometry.EndPoint

-description

Gets or sets the end point of a line.

-xaml-syntax

<LineGeometry EndPoint="x,y"/>

-xaml-values

x
xThe X value of the Point that specifies the end point.
y
yThe Y value of the Point that specifies the end point.
## -property-value The end point of the line. The default is a [Point](../windows.foundation/point.md) with value 0,0.

-remarks

-examples

-see-also