BooleanKeyFrame


BooleanKeyFrameHierarchy: DependencyObject Freezable

BooleanKeyFrame is the base class for only one subclass, DiscreteBooleanKeyFrame:

     <DiscreteBooleanKeyFrame         KeyTime="0:0:10|Uniform|Paced|30%"         Value="true|false" /> 

<DiscreteBooleanKeyFrame .../> animates a Boolean 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 Boolean 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