Class DoubleAnimationUsingKeyFrames
Animates the value of a System.Double property along a set of KeyFrames.
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
public sealed class DoubleAnimationUsingKeyFrames : AnimationTimeline, IDependencyObject
Constructors
| Improve this Doc View SourceDoubleAnimationUsingKeyFrames()
Initializes a new instance of the DoubleAnimationUsingKeyFrames class.
Declaration
public DoubleAnimationUsingKeyFrames()
Properties
| Improve this Doc View SourceKeyFrames
Gets the collection of DoubleKeyFrame objects that define the animation.
Declaration
public DoubleKeyFrameCollection KeyFrames { get; set; }
Property Value
Type | Description |
---|---|
DoubleKeyFrameCollection | The collection of DoubleKeyFrame objects that define the animation. The default is an empty collection. |
Methods
| Improve this Doc View SourceGetNaturalDurationCore()
Declaration
protected sealed override Duration GetNaturalDurationCore()
Returns
Type | Description |
---|---|
Duration |