SetterTimeline


SetterTimelineHierarchy: DependencyObject Freezable Animatable Timeline TimelineGroup ParallelTimeline

         <SetterTimeline             Path="(Button.Width)"             TargetName="MyButton" /> 

<SetterTimeline .../> objects are used inside storyboards to apply animations to framework elements. A SetterTimeline's TargetName property specifies the name of the element to target and its Path property specifies the property to animate.

To apply animations to the targeted element, add them as children of the SetterTimeline. When the storyboard is processed, clocks are created for the animations and connected to the targeted properties.

Attributes


Path (required)

This attribute describes where the value will be set, according to the timeline specifications.


TargetName (required)

This String attribute represents the name of the element whose value is set according to the Path attribute.




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