LineGeometry.StartPoint Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets or sets the start point of the line.

Namespace:  System.Windows.Media
Assembly:  System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

Public Property StartPoint As Point
public Point StartPoint { get; set; }
<LineGeometry StartPoint="x,y"/>

XAML Values

  • x
    The X value of the Point that specifies the start point.

  • y
    The Y value of a Point that specifies the start point.

Property Value

Type: System.Windows..::.Point
The start point of the line. The default is a Point with value 0,0.

Remarks

Dependency property identifier field: StartPointProperty

The XAML syntax for this property specifies a new Point as a string. The delimiter between the x and y values of the point can be either a comma or a space. Note that the comma usage has potential to clash with the usage of comma as the decimal point in some UI cultures. For more information, see the "XAML Attribute Syntax" section of Point.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

LineGeometry Class

System.Windows.Media Namespace