Skip to main content
All docs
V25.2
  • 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

    public bool FontAutoScalingEnabled { get; set; }

    Property Value

    Type Description
    Boolean

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

    See Also