KeySpline


KeySplineHierarchy: DependencyObject Freezable

         <KeySpline             ControlPoint1="5,5"             ControlPoint2="10,10" /> 

pr:

     <KeySpline>             <KeySpline.ControlPoint1>                 <Point X="5" Y="5" />             </KeySpline.ControlPoint1>             <KeySpline.ControlPoint2>                 <Point X="10" Y="10" />             </KeySpline.ControlPoint2>         </KeySpline> 

<KeySpline .../> defines the control points used to modify the transition of a spline-based key frame. Both control points can be declared using abbreviated markup syntax or explicitly as Point elements.

Attributes


ControlPoint1 (required)

Represents the first control point


ControlPoint2 (required)

Represents the second control point




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