TextElement.FontStyle プロパティ

定義

この要素のコンテンツのフォント スタイルを取得または設定します。

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

void FontStyle(FontStyle value);
public FontStyle FontStyle { get; set; }
var fontStyle = textElement.fontStyle;
textElement.fontStyle = fontStyle;
Public Property FontStyle As FontStyle
<textElement FontStyle="fontStyleMemberName"/>

プロパティ値

フォント スタイルを指定する FontStyle 定数名の 1 つ。 既定値は Normal です

適用対象