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