Filipe shows the layout difference between applying a straight Transform to a UIElement’s RenderTransform and nesting the element in a TransformDecorator with AffectsLayout=”True”. He doesn’t show it, but it’s important to note that TransformDecorator with AffectsLayout=”False” results in the same effect as a straight RenderTransform, making it pretty much senseless to use in that case since the layout difference is pretty much the only reason to use the TransformDecorator in the first place.
- Related Content by Tag
- WinFX