cxTouchElementMinSize Constant
Specifies the minimum square size of a touchable element in Touch mode, in pixels.
Declaration
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