PointKeyFrame
PointKeyFrame
PointKeyFrame
PointKeyFrame
Class
Definition
Defines an animation segment with its own target value and interpolation method for a PointAnimationUsingKeyFrames.
public : class PointKeyFrame : DependencyObject, IPointKeyFrame
struct winrt::Windows::UI::Xaml::Media::Animation::PointKeyFrame : DependencyObject, IPointKeyFrame
public class PointKeyFrame : DependencyObject, IPointKeyFrame
Public Class PointKeyFrame Inherits DependencyObject Implements IPointKeyFrame
- Inheritance
- Attributes
Device family |
Windows 10 (introduced v10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
PointKeyFrame derived classes
PointKeyFrame is the parent class for several immediately derived classes that define the interpolation behavior for the typed keyframe.
Constructors
PointKeyFrame() PointKeyFrame() PointKeyFrame() PointKeyFrame() |
Provides base class initialization behavior for PointKeyFrame -derived classes. |
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) |
KeyTime KeyTime KeyTime KeyTime |
Gets or sets the time at which the key frame's target Value should be reached. |
KeyTimeProperty KeyTimeProperty KeyTimeProperty KeyTimeProperty |
Identifies the KeyTime dependency property. |
Value Value Value Value |
Gets or sets the key frame's target value. |
ValueProperty ValueProperty ValueProperty ValueProperty |
Identifies the Value dependency property. |