2014-09-25 121 views

回答

0

這不能直接完成。

我們可以創建可分配給按鈕和文字瀏覽的主題或樣式。

<Style x:Key="Regular_24_BlackBrush" TargetType="TextBlock"> 
    <Setter Property="FontFamily" Value="{StaticResource PhoneFontFamilyNormal}"/> 
    <Setter Property="FontSize" Value="24"/> 
    <Setter Property="Foreground" Value="{StaticResource BlackBrush}"/> 
</Style>