Share via


TextBlock.FontStretch 属性

定义

获取或设置此元素中文本内容的字体拉伸。

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

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

属性值

请求的字体拉伸,作为 FontStretch 常量。 默认值为 Normal。

适用于