Class EasingColorKeyFrame
A class that enables you to associate easing functions with a ColorAnimationUsingKeyFrames key frame animation.
Implements
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 EasingColorKeyFrame : ColorKeyFrame, IKeyFrame
Constructors
| Improve this Doc View SourceEasingColorKeyFrame()
Initializes a new instance of the EasingColorKeyFrame class.
Declaration
public EasingColorKeyFrame()
Fields
| Improve this Doc View SourceEasingFunctionProperty
Identifies the EasingFunction dependency property.
Declaration
public static readonly DependencyProperty EasingFunctionProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceEasingFunction
Gets or sets the easing function that is applied to the key frame.
Declaration
public IEasingFunction EasingFunction { get; set; }
Property Value
Type | Description |
---|---|
IEasingFunction |