Class SplineDoubleKeyFrame
This class is used as part of a ByteKeyFrameCollection in conjunction with a KeyFrameByteAnimation to animate a Byte property value along a set of key frames.
This ByteKeyFrame interpolates between the Byte 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 SplineDoubleKeyFrame : DoubleKeyFrame, IKeyFrame
Fields
| Improve this Doc View SourceKeySplineProperty
Declaration
[NotImplemented]
public static readonly DependencyProperty KeySplineProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceKeySpline
Declaration
[NotImplemented]
public KeySpline KeySpline { get; set; }
Property Value
Type | Description |
---|---|
KeySpline |