Share via


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

适用于