[]
Defines the operational modes for touch interactions within the application.
public enum TouchMode
This enumeration allows for explicit control over the application's touch interaction mode, providing options to enable or disable touch mode, or to automatically adjust based on the detected capabilities of the end-user's environment.
Name | Description |
---|---|
Auto | The application automatically detects the end-user's environment to determine whether touch mode should be enabled or disabled. |
False | Touch mode is explicitly disabled, maintaining the default user interface suitable for mouse and keyboard interactions. |
True | Touch mode is explicitly enabled, optimizing the user interface for touch interactions. |