xaml/c# を使用して Windows 8 アプリに取り組んでいます。PageHeaderTextStyle
(StandardStyles.xaml で定義)を変更する必要があります。
これは私のPageHeaderTextStyle
定義です:
<Style x:Key="PageHeaderTextStyle" TargetType="TextBlock" BasedOn="{StaticResource HeaderTextStyle}">
<Setter Property="TextWrapping" Value="NoWrap"/>
<Setter Property="VerticalAlignment" Value="Bottom"/>
<Setter Property="Margin" Value="0,0,30,40"/>
<Setter Property="Foreground" Value="White"/>
</Style>
Foreground
プログラムで属性を「黒」に変更するにはどうすればよいですか?