Back to Devexpress

FormItemBase.FontAutoScalingEnabled Property

maui-devexpress-dot-maui-dot-editors-dot-formitembase-821e7937.md

latest965 B
Original Source

FormItemBase.FontAutoScalingEnabled Property

Gets or sets whether the form item text is scaled according to the operating system’s text scale setting. This is a bindable property.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public bool FontAutoScalingEnabled { get; set; }

Property Value

TypeDescription
Boolean

true to scale the form item text according to the operating system’s text scale setting; otherwise, false.

|

See Also

FormItemBase Class

FormItemBase Members

DevExpress.Maui.Editors Namespace