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。