Define Heading levels in Settings App (#7496)

* Add shell page headings

* add headings for all the PTsettings

* add heading level 1 for the heading of each page

* Add heading level to the style instead of redifining it multiple times

* revert adding level2 for each control

* add heading level for run as admin because it does not follow the group style and rather the default style
This commit is contained in:
Alekhya
2020-10-23 13:35:57 -07:00
committed by GitHub
parent beecdc8d79
commit 6424667396
3 changed files with 13 additions and 10 deletions

View File

@@ -54,6 +54,7 @@
<TextBlock x:Uid="Admin_Mode"
FontWeight="SemiBold"
TextWrapping="Wrap"
AutomationProperties.HeadingLevel="Level2"
Style="{StaticResource SubtitleTextBlockStyle}"/>
<TextBlock Text="{x:Bind Mode=TwoWay, Path=ViewModel.RunningAsText}"