Skip to main content
Bar

BarAndDockingControllerLookAndFeel.FormTouchScaleFactor 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.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(2F)]
public virtual float FormTouchScaleFactor { 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 BarAndDockingController, the size and distance between specific elements of controls managed by this BarAndDockingController are increased according to the FormTouchScaleFactor setting. See BarAndDockingControllerLookAndFeel.FormTouchUIMode for more information.

See Also