style(SettingsViews): 为XAML文件添加设计时属性和修复格式
为多个设置页面添加d:IsExpanded和d:Visibility设计时属性 修复AboutPage.xaml的BOM头问题 统一SettingsExpander的格式
This commit is contained in:
@@ -14,7 +14,8 @@
|
||||
<StackPanel Margin="24">
|
||||
<ui:SettingsExpander x:Name="settingsCard" VerticalAlignment="Top"
|
||||
Description="The SettingsExpander has the same properties as a Card, and you can set SettingsCard as part of the Items collection."
|
||||
Header="SettingsExpander" IsEnabled="True">
|
||||
Header="SettingsExpander" IsEnabled="True"
|
||||
d:IsExpanded="True">
|
||||
|
||||
<ui:SettingsExpander.HeaderIcon>
|
||||
<ui:FontIcon Glyph=""/>
|
||||
|
||||
Reference in New Issue
Block a user