KeySpline
KeySpline
KeySpline
KeySpline
Class
Definition
Represents a spline key frame to define animation progress.
public : sealed class KeySpline : DependencyObject, IKeySplinepublic sealed class KeySpline : DependencyObject, IKeySplinePublic NotInheritable Class KeySpline Inherits DependencyObject Implements IKeySpline// This API is not available in Javascript.
<KeySpline .../>
- Inheritance
-
KeySplineKeySplineKeySplineKeySpline
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Inherited Members
Inherited methods
ClearValue(DependencyProperty)ClearValue(DependencyProperty)ClearValue(DependencyProperty)ClearValue(DependencyProperty)
GetAnimationBaseValue(DependencyProperty)GetAnimationBaseValue(DependencyProperty)GetAnimationBaseValue(DependencyProperty)GetAnimationBaseValue(DependencyProperty)
GetValue(DependencyProperty)GetValue(DependencyProperty)GetValue(DependencyProperty)GetValue(DependencyProperty)
ReadLocalValue(DependencyProperty)ReadLocalValue(DependencyProperty)ReadLocalValue(DependencyProperty)ReadLocalValue(DependencyProperty)
RegisterPropertyChangedCallback(DependencyProperty,DependencyPropertyChangedCallback)RegisterPropertyChangedCallback(DependencyProperty,DependencyPropertyChangedCallback)RegisterPropertyChangedCallback(DependencyProperty,DependencyPropertyChangedCallback)RegisterPropertyChangedCallback(DependencyProperty,DependencyPropertyChangedCallback)
Inherited properties
Constructors
Properties
ControlPoint1 ControlPoint1 ControlPoint1 ControlPoint1
Gets or sets the first control point used to define a Bezier curve that describes a KeySpline.
public : Point ControlPoint1 { get; set; }public Point ControlPoint1 { get; set; }Public ReadWrite Property ControlPoint1 As Point// This API is not available in Javascript.
<KeySpline ControlPoint1="x,y"/>
The first control point used to define a Bezier curve that describes a KeySpline.
- See Also
ControlPoint2 ControlPoint2 ControlPoint2 ControlPoint2
Gets or sets the second control point used to define a Bezier curve that describes a KeySpline.
public : Point ControlPoint2 { get; set; }public Point ControlPoint2 { get; set; }Public ReadWrite Property ControlPoint2 As Point// This API is not available in Javascript.
<KeySpline ControlPoint2="x,y"/>
The second control point used to define a Bezier curve that describes a KeySpline.
- See Also