| KeyFrameAnimationTKeyFrames Property |
Gets the collection of key frames.
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax [ContentSerializerAttribute]
public KeyFrameCollection<T> KeyFrames { get; }
<ContentSerializerAttribute>
Public ReadOnly Property KeyFrames As KeyFrameCollection(Of T)
Get
public:
[ContentSerializerAttribute]
property KeyFrameCollection<T>^ KeyFrames {
KeyFrameCollection<T>^ get ();
}
[<ContentSerializerAttribute>]
member KeyFrames : KeyFrameCollection<'T> with get
Property Value
Type:
KeyFrameCollectionTThe collection of key frames.
See Also