Control.FontWeight プロパティ

定義

指定したフォントの太さを取得または設定します。

public:
 property FontWeight FontWeight { FontWeight get(); void set(FontWeight value); };
FontWeight FontWeight();

void FontWeight(FontWeight value);
public FontWeight FontWeight { get; set; }
var fontWeight = control.fontWeight;
control.fontWeight = fontWeight;
Public Property FontWeight As FontWeight
<control FontWeight="fontWeightMemberName"/>

プロパティ値

指定したフォントの太さを指定する値の 1 つ。 既定値は Normal です

適用対象