DoubleKeyFrame class

This topic has not yet been rated - Rate this topic

An abstract class that defines an animation segment with its own target value and interpolation method for a DoubleAnimationUsingKeyFrames.

Inheritance

Object
  DependencyObject
    DoubleKeyFrame

Syntax


public class DoubleKeyFrame : DependencyObject

Attributes

MarshalingBehaviorAttribute(Agile)
StaticAttribute(Windows.UI.Xaml.Media.Animation.IDoubleKeyFrameStatics, NTDDI_WIN8)
ThreadingAttribute(Both)
VersionAttribute(NTDDI_WIN8)
WebHostHiddenAttribute()

Members

The DoubleKeyFrame class has these types of members:

Constructors

The DoubleKeyFrame class has these constructors.

ConstructorDescription
DoubleKeyFrame Provides base class initialization behavior for DoubleKeyFrame-derived classes.

 

Methods

The DoubleKeyFrame class has these methods. It also inherits methods from the Object class.

MethodDescription
ClearValue Clears the local value of a dependency property. (Inherited from DependencyObject)
GetAnimationBaseValue Returns any base value established for a dependency property, which would apply in cases where an animation is not active. (Inherited from DependencyObject)
GetValue Returns the current effective value of a dependency property from a DependencyObject. (Inherited from DependencyObject)
ReadLocalValue Returns the local value of a dependency property, if a local value is set. (Inherited from DependencyObject)
SetValue Sets the local value of a dependency property on a DependencyObject. (Inherited from DependencyObject)

 

Properties

The DoubleKeyFrame class has these properties.

PropertyAccess typeDescription

Dispatcher

Read-onlyGets the CoreDispatcher that this object is associated with. (Inherited from DependencyObject)

KeyTime

Read/writeGets or sets the time at which the key frame's target Value should be reached.

KeyTimeProperty

Read-onlyIdentifies the KeyTime dependency property.

Value

Read/writeGets or sets the key frame's target value.

ValueProperty

Read-onlyIdentifies the Value dependency property.

 

Requirements

Minimum supported client

Windows 8 [Windows Store apps only]

Minimum supported server

Windows Server 2012 [Windows Store apps only]

Namespace

Windows.UI.Xaml.Media.Animation
Windows::UI::Xaml::Media::Animation [C++]

Metadata

Windows.winmd

See also

DependencyObject

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.