TextElement.FontStretch プロパティ

定義

選択するファミリ内のフォントのグリフの幅を取得または設定します。

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

void FontStretch(FontStretch value);
public FontStretch FontStretch { get; set; }
var fontStretch = textElement.fontStretch;
textElement.fontStretch = fontStretch;
Public Property FontStretch As FontStretch
<textElement FontStretch="fontStretchMemberName"/>

プロパティ値

FontStretch 定数名の 1 つ。目的のフォント ストレッチを指定します。 既定値は Normal です

適用対象