Point3 Property
Collapse the table of content
Expand the table of content

BezierSegment.Point3 Property

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

Gets or sets the end point of the curve.

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

'Declaration
Public Property Point3 As Point
<BezierSegment Point3="x,y"/>

XAML Values

x

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

y

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

Property Value

Type: System.Windows.Point
The end point of the curve.

Dependency property identifier field: Point3Property

The BezierSegment class does not contain a property for the starting point of the curve; it only defines the end point. The beginning point of the curve is the current point of the PathFigure to which the BezierSegment is added.

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 a comma as the decimal point in some UI cultures. For more information, see the "XAML Attribute Syntax" section of Point.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft