How to rotate Text in WPF by keeping the Auto-Sizing function July 19, 2023 by Tarik Use a LayoutTransform instead of a RenderTransform. It gets applied during the layout pass, not during rendering.