FontIconSource.FontStyle プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アイコン グリフのフォント スタイルを取得または設定します。
UWP 用の同等の WinUI 2 API: Microsoft.UI.Xaml.Controls.FontIconSource.FontStyle (Windows App SDKの WinUI の場合は、Windows App SDK名前空間を参照してください)。
public:
property FontStyle FontStyle { FontStyle get(); void set(FontStyle value); };
FontStyle FontStyle();
void FontStyle(FontStyle value);
public FontStyle FontStyle { get; set; }
var fontStyle = fontIconSource.fontStyle;
fontIconSource.fontStyle = fontStyle;
Public Property FontStyle As FontStyle
<FontIconSource FontStyle="fontStyleMemberName"/>
プロパティ値
アイコン グリフがレンダリングされるスタイルを指定する列挙体の名前付き定数。 既定値は Normal です。