InputView.FontAutoScalingEnabled 属性

定义

确定此条目的字体是否应根据操作系统设置自动缩放。 默认值为 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

属性值

注解

通常,应始终出于辅助功能原因启用此功能。

适用于