RichTextBlock.FontStyle 屬性

定義

取得或設定這個專案中內容的字型樣式。

public:
 property FontStyle FontStyle { FontStyle get(); void set(FontStyle value); };
FontStyle FontStyle();

void FontStyle(FontStyle value);
public FontStyle FontStyle { get; set; }
var fontStyle = richTextBlock.fontStyle;
richTextBlock.fontStyle = fontStyle;
Public Property FontStyle As FontStyle
<RichTextBlock FontStyle="fontStyleMemberName"/>

屬性值

要求的字型樣式,這是名為 constant 的 FontStyle 列舉。 預設值為 Normal。

備註

設定 FontStyle 屬性,以指定要用於 RichTextBlock中所有文字的預設字型延展。 您可以藉由設定TextElement.FontStyle屬性,覆寫RichTextBlock中特定文字元素的此值。

適用於

另請參閱