RichTextBlock.FontWeight 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 RichTextBlock的最上層字型粗細。
public:
property FontWeight FontWeight { FontWeight get(); void set(FontWeight value); };
FontWeight FontWeight();
void FontWeight(FontWeight value);
public FontWeight FontWeight { get; set; }
var fontWeight = richTextBlock.fontWeight;
richTextBlock.fontWeight = fontWeight;
Public Property FontWeight As FontWeight
<RichTextBlock FontWeight="fontWeightsMemberName"/>
屬性值
要求的字型粗細,這是從其中一個FontWeights屬性值取得的FontWeight。 預設值為 Normal。
備註
設定 FontWeight 屬性,以指定要用於 RichTextBlock中所有文字的預設字型延展。 您可以藉由設定TextElement.FontWeight屬性,覆寫RichTextBlock中特定文字元素的此值。