Skip to main content
A newer version of this page is available. .

WindowsFormsSettings.TouchScaleFactor Property

Gets or sets the scale factor used to calculate the size and distance between specific control elements when touch UI mode is enabled. This is a static property.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[DefaultValue(2F)]
public static float TouchScaleFactor { get; set; }

Property Value

Type Default Description
Single 2

The scale factor used to calculate the size and distance between specific control elements when touch UI mode is enabled.

Remarks

When touch UI mode is enabled, the size and distance between specific control elements are increased according to the TouchScaleFactor setting. See WindowsFormsSettings.TouchUIMode for more information and screenshots.

See Also