TextElement.Foreground 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
property Brush ^ Foreground { Brush ^ get(); void set(Brush ^ value); };
Brush Foreground();
void Foreground(Brush value);
public Brush Foreground { get; set; }
var brush = textElement.foreground;
textElement.foreground = brush;
Public Property Foreground As Brush
<textElementForeground="{StaticResource resourceName}"/>
- or -
<textElementForeground="colorString"/>
- or -
<textElement>
<textElement.Foreground>singleBrush</textElement.Foreground>
</textElement>
属性值
应用于文本内容的画笔。 默认值为颜色值为黑色的 SolidColorBrush。
注解
设置 Foreground 对 LineBreak 或 InlineUIContainer 对象没有可见效果。