Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IKeyFrame Interface

 

An IKeyFrame interface implementation provides un-typed access to KeyTime properties.

Namespace:   System.Windows.Media.Animation
Assembly:  PresentationCore (in PresentationCore.dll)

Public Interface IKeyFrame

NameDescription
System_CAPS_pubpropertyKeyTime

Gets or sets KeyTime values associated with a KeyFrame object.

System_CAPS_pubpropertyValue

Gets or sets the value associated with a KeyTime instance.

Accessing KeyTime instances grant the user finer control over an animation's interpolation, allowing for a more elegant, well-coordinated and realistic experience.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft