Skip to content

Commit cc88eb0

Browse files
chore: Show numeric values
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent fd8a6be commit cc88eb0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/SamplesApp/UITests.Shared/Windows_UI_Xaml_Media/Projection/PlaneProjection_Basic.xaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,15 @@
191191
Maximum="60"
192192
Minimum="-60"
193193
Value="15" />
194+
<TextBlock
195+
Text="{Binding ElementName=CombinedRotationX, Path=Value}"
196+
TextWrapping="NoWrap" />
197+
<TextBlock
198+
Text="{Binding ElementName=CombinedRotationY, Path=Value}"
199+
TextWrapping="NoWrap" />
200+
<TextBlock
201+
Text="{Binding ElementName=CombinedRotationZ, Path=Value}"
202+
TextWrapping="NoWrap" />
194203
</StackPanel>
195204

196205
<Border

0 commit comments

Comments
 (0)