FontIcon.FontStyle 屬性

定義

取得或設定圖示圖像的字型樣式。

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

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

屬性值

列舉的具名常數,指定用來呈現圖示圖像的樣式。 預設值為 Normal

適用於