public enum TouchMode : System.Enum
'Declaration Public Enum TouchMode Inherits System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
GrapeCity.Viewer.Common.Model.TouchMode