FontWeights.ExtraLight プロパティ

定義

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

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

プロパティ値

Weight 値が 200 の FontWeight

適用対象