ColorKeyFrame
ColorKeyFrame
ColorKeyFrame
ColorKeyFrame
Class
Definition
Provides a base class for specific animation key-frame techniques that define an animation segment with a Color target value. Derived classes each provide a different key-frame interpolation method for a Color value that is provided for a ColorAnimationUsingKeyFrames animation.
public : class ColorKeyFrame : DependencyObject, IColorKeyFramepublic class ColorKeyFrame : DependencyObject, IColorKeyFramePublic Class ColorKeyFrame Inherits DependencyObject Implements IColorKeyFrame// This API is not available in Javascript.
- Inheritance
-
ColorKeyFrameColorKeyFrameColorKeyFrameColorKeyFrame
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Inherited Members
Inherited methods
Inherited properties
Remarks
ColorKeyFrame derived classes
ColorKeyFrame is the parent class for several immediately derived classes that define the interpolation behavior for the typed keyframe.
Constructors
ColorKeyFrame() ColorKeyFrame() ColorKeyFrame() ColorKeyFrame()
Provides base class initialization behavior for ColorKeyFrame -derived classes.
protected : ColorKeyFrame()protected ColorKeyFrame()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.
<colorKeyFrame 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 : Color Value { get; set; }public Color Value { get; set; }Public ReadWrite Property Value As Color// This API is not available in Javascript.
<colorKeyFrame Value="colorString"/>
-or-
<colorKeyFrame Value="referenceToColor"/>
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.