ContentPresenter.IsTextScaleFactorEnabled 속성

정의

시스템 텍스트 크기 설정을 반영하기 위해 자동 텍스트 확대를 사용할지 여부를 가져오거나 설정합니다.

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

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

속성 값

Boolean

bool

자동 텍스트 확대를 사용하도록 설정하면 true이고, 그렇지 않으면 false입니다.

적용 대상

추가 정보