BezierSegment.Point2 Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the second control point of the curve.
public:
property Point Point2 { Point get(); void set(Point value); };
Point Point2();
void Point2(Point value);
public Point Point2 { get; set; }
var point = bezierSegment.point2;
bezierSegment.point2 = point;
Public Property Point2 As Point
<BezierSegment Point2="x,y"/>
Property Value
The second control point of the curve.