Share via


FontIconSource.IsTextScaleFactorEnabled Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die automatische Textvergrößerung aktiviert ist, um die Systemtextgrößeneinstellung widerzuspiegeln, oder legt diesen fest.

Entsprechende WinUI 2-API für UWP: Microsoft.UI.Xaml.Controls.FontIconSource.IsTextScaleFactorEnabled (für WinUI in der Windows App SDK siehe Windows App SDK Namespaces).

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

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

Eigenschaftswert

Boolean

bool

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

Gilt für: