FontWeights.Thin プロパティ

定義

"Thin" のフォントの太さを指定します。

public:
 static property System::Windows::FontWeight Thin { System::Windows::FontWeight get(); };
public static System.Windows.FontWeight Thin { get; }
static member Thin : System.Windows.FontWeight
Public Shared ReadOnly Property Thin As FontWeight

プロパティ値

"Thin" のフォントの太さを表す値。

注釈

フォントの Thin 太さは、最も軽いフォントの太さです。

適用対象