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 常數名稱,指定所需的字型延展。 預設值為 Normal

適用於