Each RadElement / RadItem can be rotated to some degree by setting the AngleTransform
property. When the parent element/item of the rotated element is either with fixed size (AutoSize = false)
or fills the entire provided area (AutoSizeMode = FitToAvailableSize) the visible part of the element can
be clipped as the parent element doesn't resize automatically.
In this example all controls are sized automatically and their size is determined by the size of their children
(AutoSize=true and AutoSizeMode=WrapAroundChildren).
Regrettabaly, some layout panels cannot take the rotation factor into consideration and setting
the AngleTransform property usually doesn't have the desired effect.