Rotation3D


Rotation3DHierarchy: DependencyObject Freezable Animatable

         <Rotation3D             Angle="45"             Axis="0,0,0" /> 

or:

     <Rotation3D             Angle="45" >             <Rotation3D.Axis>                 <Vector3D                     X="5"                     Y="5"                     Z="5" />             </Rotation3D.Axis>         </Rotation3D> 

<Rotation3D .../> rotates a 3-D model around the specified Axis at the specified Angle.

Attributes


Angle (required)

This Double represents the spherical orientation of a transformed 3-D model as an angle between 0 and 360 degrees.


Axis (required)

This Vector3D represents the axis around which the rotation should occur.




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