Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

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