Answer the question
In order to leave comments, you need to log in
How to scale all elements drawn on the canvas?
Hello. I am writing a desktop application in C# using WPF. I have canvas:
<Canvas DockPanel.Dock="Left" RenderTransformOrigin="0.5, 0.5">
<Canvas.RenderTransform>
<ScaleTransform ScaleY="-1" />
</Canvas.RenderTransform>
</Canvas>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question