MatrixAnimationUsingPath


MatrixAnimationUsingPathHierarchy: DependencyObject Freezable Animatable Timeline AnimationTimeline MatrixAnimationBase

         <MatrixAnimationUsingPath             Duration="0:0:10" >             <MatrixAnimationUsingPath.PathGeometry>                 <PathGeometry>                     <PathGeometry.Figures>                         <PathFigureCollection>                             <PathFigure>                                 <PathFigure.Segments>                                    <PathSegmentCollection>                                        <StartSegment Point="10,50" />                                        <LineSegment Point="200,70"/>                                    </PathSegmentCollection>                                 </PathFigure.Segments>                             </PathFigure>                         </PathFigureCollection>                     </PathGeometry.Figures>                 </PathGeometry>             </MatrixAnimationUsingPath.PathGeometry>         </MatrixAnimationUsingPath> 

<MatrixAnimationUsingPath .../> animates a visual object along a path.

Attributes


PathGeometry (required)

This PathGeometry element represents the path of the animation.




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