namespace Wacom::Kiosk::UI::Parsers::Shared
Summary
Members
enum ButtonAction
| Values | Descriptions |
|---|---|
| Custom | |
| InputStepping | |
| ToggleThumbnails | |
| ToggleZoom | |
| ClearSignature | |
| AcceptSignature | |
| CancelSignature | |
| ScrollToTop |
The button action enumeration.
enum PanelAlignWith
| Values | Descriptions |
|---|---|
| Screen | Panel is displayed along the top or bottom of the screen |
| DocumentView | Panel is displayed along the top or bottom of the document view |
Specifies what to align the panel with
See also: PanelPosition
enum PanelPosition
| Values | Descriptions |
|---|---|
| Bottom | Panel is positioned along the bottom part of AlignWith |
| Top | Panel is positioned along the top part of AlignWith |
Specifies where to place panel in relation to the AlignWith setting
See also: PanelAlignWith
enum FatalErrorMessageBox
| Values | Descriptions |
|---|---|
| Always | Dialog always displayed (default) |
| Never | Dialog never displayed (app exits silently) |
| NoClient | Dialog only displayed if there is no client connected |
Fatal error MessageBox options
enum MirroringWindowClickType
| Values | Descriptions |
|---|---|
| None | |
| ShowImage | |
| ExecuteAction |
The mirroring window click type enumeration.
enum PenTrackingType
| Values | Descriptions |
|---|---|
| Unlimited | |
| Limited |
The pen tracking type enumration.
enum SignatureFormat
| Values | Descriptions |
|---|---|
| Fss | |
| IsoXML | |
| IsoBinary |
The signature format enumration.
enum SignatureViewType
| Values | Descriptions |
|---|---|
| External | |
| Embedded |
The signature view type enumration.