Click or drag to resize
DigitalRuneKeyFrameAnimationTKeyFrames Property
Gets the collection of key frames.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
[ContentSerializerAttribute]
public KeyFrameCollection<T> KeyFrames { get; }

Property Value

Type: KeyFrameCollectionT
The collection of key frames.
See Also