EasingPointKeyFrame Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The EasingPointKeyFrame type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows Phone Dispatcher Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.)
Public propertySupported by Silverlight for Windows Phone EasingFunction Gets or sets the easing function that is applied to the key frame.
Public propertySupported by Silverlight for Windows Phone KeyTime Gets or sets the time at which the key frame's target Value should be reached. (Inherited from PointKeyFrame.)
Public propertySupported by Silverlight for Windows Phone Value Gets or sets the key frame's target value. (Inherited from PointKeyFrame.)

Top