|  | |
| Key | |
The KeyFramesTrackBaseT type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | EasingFunction | Gets or sets a Func that gets a double and returns a double and can be specified to provide custom interpolation between first and last key frame. This defines the speed of the animation. When null (by default), linear interpolation is used. | 
|  | FirstFrame | Gets first frame for this track | 
|  | Keys | Gets a list of key frames. | 
|  | KeysCount | Gets count of key frames. | 
|  | LastFrame | Gets last frame for this track | 
 See Also
See Also