cxTouchElementMinSize Constant
In This Article
Specifies the minimum square size of a touchable element in Touch mode, in pixels.
#Declaration
Delphi
const cxTouchElementMinSize = 27;
#Remarks
The default value of this constant corresponds to 7 millimeters on a 96 dpi display (the 7x7 millimeters area for interaction using a finger). You can adjust this value as required.
See Also