标签: c# uwp windows-10-universal
在我的项目中,我有两个按钮:
<Grid> <Button x:Name="FirstButton" Content="First"/> <Button x:Name="SecondButton" Content="Second"/> </Grid/>
我想知道当我更改设备的方向时,只有FirstButton改变了他的方向,而SecondButton不会改变他的方向。
FirstButton
SecondButton
感谢任何帮助!