Class ObjectAnimationUsingKeyFrames
Animates the value of an Object property along a set of KeyFrames over a specified Duration.
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 ObjectAnimationUsingKeyFrames : AnimationTimeline
Properties
| Improve this Doc View SourceKeyFrames
Gets the collection of ObjectKeyFrame objects that define the animation.
Declaration
public ObjectKeyFrameCollection KeyFrames { get; }
Property Value
Type | Description |
---|---|
ObjectKeyFrameCollection |
Methods
| Improve this Doc View SourceGetNaturalDurationCore()
Declaration
protected override Duration GetNaturalDurationCore()
Returns
Type | Description |
---|---|
Duration |