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, IPointKeyFramepublic class PointKeyFrame : DependencyObject, IPointKeyFramePublic Class PointKeyFrame Inherits DependencyObject Implements IPointKeyFrame// This API is not available in Javascript.
- Inheritance
-
PointKeyFramePointKeyFramePointKeyFramePointKeyFrame
- 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
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.
protected : PointKeyFrame()protected PointKeyFrame()Protected Sub New()// This API is not available in Javascript.
Properties
KeyTime KeyTime KeyTime KeyTime
Gets or sets the time at which the key frame's target Value should be reached.
public : KeyTime KeyTime { get; set; }public KeyTime KeyTime { get; set; }Public ReadWrite Property KeyTime As KeyTime// This API is not available in Javascript.
<pointKeyFrame KeyTime="keyTimeString"/>
KeyTimeProperty KeyTimeProperty KeyTimeProperty KeyTimeProperty
Identifies the KeyTime dependency property.
public : static DependencyProperty KeyTimeProperty { get; }public static DependencyProperty KeyTimeProperty { get; }Public Static ReadOnly Property KeyTimeProperty As DependencyProperty// This API is not available in Javascript.
The identifier for the KeyTime dependency property.
Value Value Value Value
Gets or sets the key frame's target value.
public : Point Value { get; set; }public Point Value { get; set; }Public ReadWrite Property Value As Point// This API is not available in Javascript.
<pointKeyFrame Value="x,y"/>
ValueProperty ValueProperty ValueProperty ValueProperty
Identifies the Value dependency property.
public : static DependencyProperty ValueProperty { get; }public static DependencyProperty ValueProperty { get; }Public Static ReadOnly Property ValueProperty As DependencyProperty// This API is not available in Javascript.
The identifier for the Value dependency property.