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