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

ContainerUserLookAndFeel.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.

Namespace: DevExpress.LookAndFeel.Helpers

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[DefaultValue(2F)]
[DXCategory("Appearance")]
public virtual 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 for the current container, the size and distance between specific elements of this container and its child controls are increased according to the TouchScaleFactor setting. See ContainerUserLookAndFeel.TouchUIMode for more information and screenshots.

See Also