TextElement.FontWeight プロパティ

定義

この要素のコンテンツのフォント ファミリから選択する最上位レベルのフォントの太さを取得または設定します。

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

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

プロパティ値

フォントの太さを指定する FontWeights プロパティ値の 1 つ。 既定値は Normal です

適用対象