ContainerUserLookAndFeel.GetTouchScaleFactor() Method
Gets the actual touch UI scale factor for the current container.
Namespace: DevExpress.LookAndFeel.Helpers
Assembly: DevExpress.Utils.v24.2.dll
Declaration
Returns
Type | Description |
---|---|
Single | The actual touch UI scale factor for the current container. |
Remarks
If the ContainerUserLookAndFeel.TouchUIMode property is set to Default, the touch UI scale factor is specified by the WindowsFormsSettings.TouchScaleFactor global setting. Otherwise, the touch UI scale factor is specified by the ContainerUserLookAndFeel.TouchScaleFactor property value.
See Also