Skip to main content
A newer version of this page is available. .

UserLookAndFeel.GetTouchScaleFactor() Method

This member supports the internal infrastructure, and is not intended to be used directly from your code. Use the WindowsFormsSettings.TouchScaleFactor property instead.

Namespace: DevExpress.LookAndFeel

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[Browsable(false)]
public virtual float GetTouchScaleFactor()

Returns

Type
Single

Remarks

See WindowsFormsSettings.TouchScaleFactor to learn more.

See Also