Skip to main content
A newer version of this page is available.
All docs
V18.2

WindowsFormsSettings.GetAllowAutoScale() Method

Gets the actual value of the auto-scaling setting for controls. This is a static property.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public static bool GetAllowAutoScale()

Returns

Type Description
Boolean

The actual value of the auto-scaling setting for controls.

Remarks

Use the WindowsFormsSettings.AllowAutoScale property to specify the auto-scaling setting for controls. The Default value assigned to this property is equivalent to True.

See Also