Any
element can have a transform applied to it. You can either apply a
RenderTransform, which modifies how the element appears without changing
layout behavior. Or you can specify a LayoutTransform, in which case the
layout system will take the effects of the transform into account. |
|
You can
apply any combination of scaling, rotation, shearing, and translation. (I.e.
any affine transformation. Affine transformations are ones that preserve
straight lines – points lying in a straight line before the transform will
also lie in a straight line after the transform.) |