TextBlock.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 = textBlock.isTextScaleFactorEnabled;
textBlock.isTextScaleFactorEnabled = boolean;
Public Property IsTextScaleFactorEnabled As Boolean
<TextBlock IsTextScaleFactorEnabled="bool"/>

Eigenschaftswert

Boolean

bool

TRUE , wenn die automatische Texterweiterung aktiviert ist; Andernfalls false.

Gilt für:

Weitere Informationen