Glyphs.Fill 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
property Brush ^ Fill { Brush ^ get(); void set(Brush ^ value); };
Brush Fill();
void Fill(Brush value);
public Brush Fill { get; set; }
var brush = glyphs.fill;
glyphs.fill = brush;
Public Property Fill As Brush
<Glyphs Fill="{StaticResource resourceName"/>
- or -
<Glyphs Fill="colorString"/>
- or -
<Glyphs>
<Glyphs.Fill>singleBrush</Glyphs.Fill>
</Glyphs>
属性值
用于呈现字形的画笔。 默认值为 null,计算结果为 透明 呈现。
注解
由于默认值为 null,因此如果希望 Glyphs 在 UI 中呈现,则几乎始终应该以某种方式为 Fill 定义一个值。