You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
343 B
C#

Geometry Transform for Rectangle
<Canvas xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Rectangle Canvas.Left="90" Canvas.Top="90" Stroke="Red"
Width="8" Height="8"
RenderTransform="10 0 0 10 0 0" />
</Canvas>