SkewTransform


SkewTransformHierarchy: DependencyObject Freezable Animatable Transform

         <SkewTransform             AngleX="45"             AngleY="30"             Center="0,0" /> 

or:

     <SkewTransform             AngleX="45"             AngleY="30" >             <SkewTransform.Center>                 <Point X="0" Y="0" />             </SkewTransform.Center>         </SkewTransform> 

<SkewTransform .../> describes a skew, or shear, transformation. SkewTransform stretches the coordinate space in a non-uniform manner, as seen in Figure 11-3. The code to produce the transformation is found in Example 11-5.

Figure 11-3. Modifying a Rectangle using SkewTransform


Attributes


Center (optional)

This Point specifies the center of the transformation.


AngleX (optional)

This Double value determines the skew of the x-axis values relative to the current coordinate system.


AngleY (optional)

This Double value determines the skew of the y-axis values relative to the current coordinate system.




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