MatrixKeyFrame


MatrixKeyFrameHierarchy: DependencyObject Freezable

MatrixKeyFrame is the base class for only one subclass, DiscreteMatrixKeyFrame:

     <DiscreteMatrixKeyFrame             KeyTime="0:0:10|Uniform|Paced|30%"             Value="0 0 0 0 0 0" /> 

<DiscreteMatrixKeyFrame .../> animates a Matrix from a previous value to its own at KeyTime. The Matrix can be declared using abbreviated markup syntax or by explicitly declaring a Matrix element.

Attributes


KeyTime (required)

The time, relative to the animation, that Value will be reached:

  • A time period specified in hours:minutes:seconds.

  • Uniform: The Duration will be split evenly among all key frames.

  • Paced: The Duration will be split among key frames in a way that ensures the speed of the animation remains relatively constant.

  • A percentage of the total duration.


Value (required)

The Matrix value destination




XAML in a Nutshell
XAML in a Nutshell (In a Nutshell (OReilly))
ISBN: 0596526733
EAN: 2147483647
Year: 2007
Pages: 217

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net