TextBlock.IsTextScaleFactorEnabled 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置是否启用自动文本放大,以反映系统文本大小设置。
public:
property bool IsTextScaleFactorEnabled { bool get(); void set(bool value); };
bool IsTextScaleFactorEnabled();
void IsTextScaleFactorEnabled(bool value);
public bool IsTextScaleFactorEnabled { get; set; }
var boolean = textBlock.isTextScaleFactorEnabled;
textBlock.isTextScaleFactorEnabled = boolean;
Public Property IsTextScaleFactorEnabled As Boolean
<TextBlock IsTextScaleFactorEnabled="bool"/>
属性值
Boolean
bool
如果启用自动文本放大,则为 true;否则为 false。