FontWeights.Thin プロパティ

定義

フォントの太さの値を 100 に指定します。

public:
 static property FontWeight Thin { FontWeight get(); };
static FontWeight Thin();
public static FontWeight Thin { get; }
var fontWeight = FontWeights.thin;
Public Shared ReadOnly Property Thin As FontWeight

プロパティ値

Weight 値が 100 の FontWeight

適用対象