EasingColorKeyFrame
EasingColorKeyFrame
EasingColorKeyFrame
EasingColorKeyFrame
Class
Definition
Associates easing functions with a ColorAnimationUsingKeyFrames key-frame animation.
public : sealed class EasingColorKeyFrame : ColorKeyFrame, IEasingColorKeyFramepublic sealed class EasingColorKeyFrame : ColorKeyFrame, IEasingColorKeyFramePublic NotInheritable Class EasingColorKeyFrame Inherits ColorKeyFrame Implements IEasingColorKeyFrame// This API is not available in Javascript.
<EasingColorKeyFrame .../>
- Inheritance
-
EasingColorKeyFrameEasingColorKeyFrameEasingColorKeyFrameEasingColorKeyFrame
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Inherited Members
Inherited methods
ClearValue(DependencyProperty)ClearValue(DependencyProperty)ClearValue(DependencyProperty)ClearValue(DependencyProperty)
GetAnimationBaseValue(DependencyProperty)GetAnimationBaseValue(DependencyProperty)GetAnimationBaseValue(DependencyProperty)GetAnimationBaseValue(DependencyProperty)
GetValue(DependencyProperty)GetValue(DependencyProperty)GetValue(DependencyProperty)GetValue(DependencyProperty)
ReadLocalValue(DependencyProperty)ReadLocalValue(DependencyProperty)ReadLocalValue(DependencyProperty)ReadLocalValue(DependencyProperty)
RegisterPropertyChangedCallback(DependencyProperty,DependencyPropertyChangedCallback)RegisterPropertyChangedCallback(DependencyProperty,DependencyPropertyChangedCallback)RegisterPropertyChangedCallback(DependencyProperty,DependencyPropertyChangedCallback)RegisterPropertyChangedCallback(DependencyProperty,DependencyPropertyChangedCallback)
Inherited properties
Constructors
EasingColorKeyFrame() EasingColorKeyFrame() EasingColorKeyFrame() EasingColorKeyFrame()
Initializes a new instance of the EasingColorKeyFrame class.
public : EasingColorKeyFrame()public EasingColorKeyFrame()Public Sub New()// This API is not available in Javascript.
Properties
EasingFunction EasingFunction EasingFunction EasingFunction
Gets or sets the easing function that is applied to the key frame.
public : EasingFunctionBase EasingFunction { get; set; }public EasingFunctionBase EasingFunction { get; set; }Public ReadWrite Property EasingFunction As EasingFunctionBase// This API is not available in Javascript.
<EasingColorKeyFrame>
<EasingColorKeyFrame.EasingFunction>
easingFunction
</EasingColorKeyFrame.EasingFunction >
</EasingColorKeyFrame>
The easing function that is applied to the key frame.
EasingFunctionProperty EasingFunctionProperty EasingFunctionProperty EasingFunctionProperty
Identifies the EasingFunction dependency property.
public : static DependencyProperty EasingFunctionProperty { get; }public static DependencyProperty EasingFunctionProperty { get; }Public Static ReadOnly Property EasingFunctionProperty As DependencyProperty// This API is not available in Javascript.
The identifier for the EasingFunction dependency property.