CubicBezierEasingFunction.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.
The first control point for the cubic-bezier interpolation function.
public:
property float2 ControlPoint1 { float2 get(); };
float2 ControlPoint1();
public Vector2 ControlPoint1 { get; }
var vector2 = cubicBezierEasingFunction.controlPoint1;
Public ReadOnly Property ControlPoint1 As Vector2
Property Value
The first control point for the cubic-bezier interpolation function.