XAML in a Nutshell (In a Nutshell (OReilly))
<PointAnimationUsingPath Duration="0:0:10" <PointAnimationUsingPath.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> </PointAnimationUsingPath.PathGeometry> </PointAnimationUsingPath>
<PointAnimationUsingPath .../> animates a visual object along a path. Attributes
|
Категории