Back to Devexpress

DataFormView.FontAutoScalingEnabled Property

maui-devexpress-dot-maui-dot-dataform-dot-dataformview-59cb6b67.md

latest943 B
Original Source

DataFormView.FontAutoScalingEnabled Property

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

Namespace : DevExpress.Maui.DataForm

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public bool FontAutoScalingEnabled { get; set; }

Property Value

TypeDescription
Boolean

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

|

See Also

DataFormView Class

DataFormView Members

DevExpress.Maui.DataForm Namespace