ContentPresenter.FontStyle 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定呈現內容的字型樣式。
public:
property FontStyle FontStyle { FontStyle get(); void set(FontStyle value); };
FontStyle FontStyle();
void FontStyle(FontStyle value);
public FontStyle FontStyle { get; set; }
var fontStyle = contentPresenter.fontStyle;
contentPresenter.fontStyle = fontStyle;
Public Property FontStyle As FontStyle
<ContentPresenter FontStyle="fontStyleMemberName"/>
屬性值
要求的字型樣式,這是 FontStyle 常數名稱。 預設值為 Normal。