CharKeyFrame


CharKeyFrameHierarchy: DependencyObject Freezable

CharKeyFrame is the base class for only one subclass, DiscreteCharKeyFrame:

     <DiscreteCharKeyFrame         KeyTime="0:0:10"         Value="t" /> 

<DiscreteCharKeyFrame .../> animates a Char from a previous value to its own at KeyTime.

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 Char 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