[]
Defines the visibility states for the Touch Mode button within the viewer's toolbar.
public enum TouchModeButtonVisibility
This enumeration allows the application to control the display of the Touch Mode button, enhancing the user interface for touch interactions when necessary. The visibility can be set to always hide the button or to automatically display it based on the detection of a touch-enabled environment.
Name | Description |
---|---|
Auto | The visibility of the Touch Mode button is determined automatically based on the end-user's environment. |
Hidden | The Touch Mode button is not displayed on the toolbar. |