|
34 | 34 | <controls:LayoutTransformControl.Transform>
|
35 | 35 | <TransformGroup>
|
36 | 36 | <RotateTransform Angle="{x:Bind Angle, Mode=OneWay}" />
|
37 |
| - <ScaleTransform ScaleX="{x:Bind ScaleX, Mode=OneWay}" ScaleY="{x:Bind ScaleY, Mode=OneWay}" /> |
| 37 | + <ScaleTransform ScaleX="{x:Bind CustomScaleX, Mode=OneWay}" ScaleY="{x:Bind CustomScaleY, Mode=OneWay}" /> |
38 | 38 | <SkewTransform AngleX="{x:Bind SkewX, Mode=OneWay}" AngleY="{x:Bind SkewY, Mode=OneWay}" />
|
39 | 39 | </TransformGroup>
|
40 | 40 | </controls:LayoutTransformControl.Transform>
|
|
50 | 50 | <controls:LayoutTransformControl.Transform>
|
51 | 51 | <TransformGroup>
|
52 | 52 | <RotateTransform Angle="{x:Bind Angle, Mode=OneWay}" />
|
53 |
| - <ScaleTransform ScaleX="{x:Bind ScaleX, Mode=OneWay}" ScaleY="{x:Bind ScaleY, Mode=OneWay}" /> |
| 53 | + <ScaleTransform ScaleX="{x:Bind CustomScaleX, Mode=OneWay}" ScaleY="{x:Bind CustomScaleY, Mode=OneWay}" /> |
54 | 54 | <SkewTransform AngleX="{x:Bind SkewX, Mode=OneWay}" AngleY="{x:Bind SkewY, Mode=OneWay}" />
|
55 | 55 | </TransformGroup>
|
56 | 56 | </controls:LayoutTransformControl.Transform>
|
|
68 | 68 | <Border.RenderTransform>
|
69 | 69 | <TransformGroup>
|
70 | 70 | <RotateTransform Angle="{x:Bind Angle, Mode=OneWay}" />
|
71 |
| - <ScaleTransform ScaleX="{x:Bind ScaleX, Mode=OneWay}" ScaleY="{x:Bind ScaleY, Mode=OneWay}" /> |
| 71 | + <ScaleTransform ScaleX="{x:Bind CustomScaleX, Mode=OneWay}" ScaleY="{x:Bind CustomScaleY, Mode=OneWay}" /> |
72 | 72 | <SkewTransform AngleX="{x:Bind SkewX, Mode=OneWay}" AngleY="{x:Bind SkewY, Mode=OneWay}" />
|
73 | 73 | </TransformGroup>
|
74 | 74 | </Border.RenderTransform>
|
|
84 | 84 | <Border.RenderTransform>
|
85 | 85 | <TransformGroup>
|
86 | 86 | <RotateTransform Angle="{x:Bind Angle, Mode=OneWay}" />
|
87 |
| - <ScaleTransform ScaleX="{x:Bind ScaleX, Mode=OneWay}" ScaleY="{x:Bind ScaleY, Mode=OneWay}" /> |
| 87 | + <ScaleTransform ScaleX="{x:Bind CustomScaleX, Mode=OneWay}" ScaleY="{x:Bind CustomScaleY, Mode=OneWay}" /> |
88 | 88 | <SkewTransform AngleX="{x:Bind SkewX, Mode=OneWay}" AngleY="{x:Bind SkewY, Mode=OneWay}" />
|
89 | 89 | </TransformGroup>
|
90 | 90 | </Border.RenderTransform>
|
|
0 commit comments