Class ColorAnimationUsingKeyFrames
This class is used to animate a Color property value along a set of key frames.
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 class ColorAnimationUsingKeyFrames : AnimationTimeline
Properties
| Improve this Doc View SourceKeyFrames
Gets the collection of ColorKeyFrame objects that define the animation.
Declaration
public ColorKeyFrameCollection KeyFrames { get; set; }
Property Value
Type | Description |
---|---|
ColorKeyFrameCollection | The collection of ColorKeyFrame objects that define the animation. The default is an empty collection. |
Methods
| Improve this Doc View SourceGetNaturalDurationCore()
Declaration
protected override Duration GetNaturalDurationCore()
Returns
Type | Description |
---|---|
Duration |