This topic has not yet been rated - Rate this topic

LineGeometry.EndPoint property

Gets or sets the end point of a line.

Syntax


public Point EndPoint { get; set; }


<LineGeometry EndPoint="x,y"/>

XAML Values

x

The X value of the Point that specifies the end point.

y

The Y value of the Point that specifies the end point.

Property value

Type: Point

The end point of the line. The default is a Point with value 0,0.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Media
Windows::UI::Xaml::Media [C++]

Metadata

Windows.winmd

See also

LineGeometry

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.