AccessText.FontStretch 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个 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
属性值
字体的相对拉伸程度。 默认值为 Normal。
注解
依赖项属性信息
标识符字段 | FontStretchProperty |
元数据属性设置为 true |
AffectsMeasure、AffectsRender、Inherits |