3
如何將元素置於XAML Windows 8.1上?當設置保證金後全屏巨星應用程序我看到這一點: 中心內容XAML
<ProgressRing Name="Load"
IsActive="True"
HorizontalAlignment="Stretch"
Margin="672,373,674,373"
VerticalAlignment="Stretch"
Foreground="White"/>
<TextBlock Margin="528,466,526,256"
TextWrapping="Wrap"
Text="Caricamento..."
FontSize="50"
IsRightTapEnabled="False"
IsHoldingEnabled="False"
IsDoubleTapEnabled="False"
IsTapEnabled="False"
Foreground="White"/>
在編程模式我看到這一點:
horizontalALignment =「center」? – user1336827
使用中心水平和垂直對齊並刪除邊距 –