EasingColorKeyFrame
EasingColorKeyFrame
EasingColorKeyFrame
EasingColorKeyFrame
Class
Definition
Associates easing functions with a ColorAnimationUsingKeyFrames key-frame animation.
public : sealed class EasingColorKeyFrame : ColorKeyFrame, IEasingColorKeyFrame
struct winrt::Windows::UI::Xaml::Media::Animation::EasingColorKeyFrame : ColorKeyFrame, IEasingColorKeyFrame
public sealed class EasingColorKeyFrame : ColorKeyFrame, IEasingColorKeyFrame
Public NotInheritable Class EasingColorKeyFrame Inherits ColorKeyFrame Implements IEasingColorKeyFrame
<EasingColorKeyFrame .../>
- Inheritance
-
EasingColorKeyFrameEasingColorKeyFrameEasingColorKeyFrameEasingColorKeyFrame
- Attributes
Device family |
Windows 10 (introduced v10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Constructors
EasingColorKeyFrame() EasingColorKeyFrame() EasingColorKeyFrame() EasingColorKeyFrame() |
Initializes a new instance of the EasingColorKeyFrame class. |
Properties
Dispatcher Dispatcher Dispatcher Dispatcher |
Gets the CoreDispatcher that this object is associated with. The CoreDispatcher represents a facility that can access the DependencyObject on the UI thread even if the code is initiated by a non-UI thread. (Inherited from DependencyObject) |
EasingFunction EasingFunction EasingFunction EasingFunction |
Gets or sets the easing function that is applied to the key frame. |
EasingFunctionProperty EasingFunctionProperty EasingFunctionProperty EasingFunctionProperty |
Identifies the EasingFunction dependency property. |
KeyTime KeyTime KeyTime KeyTime |
Gets or sets the time at which the key frame's target Value should be reached. (Inherited from ColorKeyFrame) |
KeyTimeProperty KeyTimeProperty KeyTimeProperty KeyTimeProperty |
Identifies the KeyTime dependency property. (Inherited from ColorKeyFrame) |
Value Value Value Value |
Gets or sets the key frame's target value. (Inherited from ColorKeyFrame) |
ValueProperty ValueProperty ValueProperty ValueProperty |
Identifies the Value dependency property. (Inherited from ColorKeyFrame) |