Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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