Class SplinePointKeyFrame
This class is used as part of a PointKeyFrameCollection in conjunction with a PointAnimationUsingKeyFrames to animate a Point property value along a set of key frames.
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Media.Animation
Assembly: OpenSilver.dll
Syntax
[NotImplemented]
public sealed class SplinePointKeyFrame : PointKeyFrame, IKeyFrame
Fields
| Improve this Doc View SourceKeySplineProperty
Identifies the KeySpline dependency property.
Declaration
[NotImplemented]
public static readonly DependencyProperty KeySplineProperty
Field Value
Type | Description |
---|---|
DependencyProperty | The identifier for the KeySpline dependency property. |
Properties
| Improve this Doc View SourceKeySpline
Gets or sets the two control points that define animation progress for this key frame.
Declaration
[NotImplemented]
public KeySpline KeySpline { get; set; }
Property Value
Type | Description |
---|---|
KeySpline | The two control points that specify the cubic Bezier curve that defines the progress of the key frame. |