次の方法で共有


LanguageFont.FontWeight プロパティ

定義

フォントの太さ (FontWeight) を取得します。

フォントの太さは、ストロークの明るさまたは重さです。

public:
 property FontWeight FontWeight { FontWeight get(); };
FontWeight FontWeight();
public FontWeight FontWeight { get; }
var fontWeight = languageFont.fontWeight;
Public ReadOnly Property FontWeight As FontWeight

プロパティ値

フォントの太さ。

適用対象