InputView.FontAutoScalingEnabled 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定此条目的字体是否应根据操作系统设置自动缩放。 默认值为 true
。
这是一种可绑定属性。
public:
property bool FontAutoScalingEnabled { bool get(); void set(bool value); };
public bool FontAutoScalingEnabled { get; set; }
member this.FontAutoScalingEnabled : bool with get, set
Public Property FontAutoScalingEnabled As Boolean
属性值
注解
通常,应始终出于辅助功能原因启用此功能。