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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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