TextElement.FontStretch 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置系列中要选择的字体的字形宽度。
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。