FontIcon.IsTextScaleFactorEnabled Eigenschaft

Definition

Ruft ab oder legt fest, ob die automatische Textvergrößerung aktiviert ist, um die Einstellung für die Systemtextgröße widerzuspiegeln.

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

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

Eigenschaftswert

Boolean

bool

true , wenn die automatische Texterweiterung aktiviert ist; andernfalls false.

Gilt für:

Weitere Informationen