Class SplineColorKeyFrame
This class is used as part of a ColorKeyFrameCollection in conjunction with a KeyFrameColorAnimation to animate a Color property value along a set of key frames.
This ColorKeyFrame interpolates between the Color Value of the previous key frame and its own Value to produce its output value.
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 SplineColorKeyFrame : ColorKeyFrame, 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 which defines the progress of the key frame. |