訪問 Xaml 中的主題資源
來自 MyExampleFile.xaml 的片段
<TextBlock Foreground="{ThemeResource SystemControlBackgroundAccentBrush}"
Text="This is a colored textbox that use the Accent color of your Windows 10"/>
<TextBlock Foreground="{ThemeResource SystemControlBackgroundBaseHighBrush}"
Text="This is a colored textbox that use a color that is readable in both Light and Dark theme"/>