RichTextBlock.IsTextScaleFactorEnabled 屬性

定義

取得或設定是否啟用自動放大文字,以反映系統文字大小設定。

public:
 property bool IsTextScaleFactorEnabled { bool get(); void set(bool value); };
bool IsTextScaleFactorEnabled();

void IsTextScaleFactorEnabled(bool value);
public bool IsTextScaleFactorEnabled { get; set; }
var boolean = richTextBlock.isTextScaleFactorEnabled;
richTextBlock.isTextScaleFactorEnabled = boolean;
Public Property IsTextScaleFactorEnabled As Boolean
<RichTextBlock IsTextScaleFactorEnabled="bool"/>

屬性值

Boolean

bool

如果啟用自動文字放大,則為true;否則為false

適用於

另請參閱