Class PointAnimationUsingKeyFrames
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 PointAnimationUsingKeyFrames : Timeline
Constructors
| Improve this Doc View SourcePointAnimationUsingKeyFrames()
Initializes a new instance of the PointAnimationUsingKeyFrames class.
Declaration
[NotImplemented]
public PointAnimationUsingKeyFrames()
Properties
| Improve this Doc View SourceKeyFrames
Gets the collection of PointKeyFrame objects that define the animation.
Declaration
[NotImplemented]
public PointKeyFrameCollection KeyFrames { get; }
Property Value
Type | Description |
---|---|
PointKeyFrameCollection | The collection of PointKeyFrame objects that define the animation. The default is an empty collection. |