FontWeights.SemiLight プロパティ

定義

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

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

プロパティ値

Weight 値が 350 の FontWeight

適用対象