AccessText.FontStretch 属性

定义

获取或设置一个 FontStretch 属性,该属性从 FontFamily 中选择一个正常、压缩或扩展的字体。

public:
 property System::Windows::FontStretch FontStretch { System::Windows::FontStretch get(); void set(System::Windows::FontStretch value); };
public System.Windows.FontStretch FontStretch { get; set; }
member this.FontStretch : System.Windows.FontStretch with get, set
Public Property FontStretch As FontStretch

属性值

FontStretch

字体的相对拉伸程度。 默认值为 Normal

注解

依赖项属性信息

标识符字段 FontStretchProperty
元数据属性设置为 true AffectsMeasureAffectsRenderInherits

适用于

另请参阅