KeySpline.ControlPoint2 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.
public:
property Point ControlPoint2 { Point get(); void set(Point value); };
Point ControlPoint2();
void ControlPoint2(Point value);
public Point ControlPoint2 { get; set; }
var point = keySpline.controlPoint2;
keySpline.controlPoint2 = point;
Public Property ControlPoint2 As Point
<KeySpline ControlPoint2="x,y"/>
Property Value
The second control point used to define a Bezier curve that describes a KeySpline.