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 です

適用対象