PanelSize
The PanelSize
enum defines the different size options for forms in the user interface, determining how much of the screen a panel occupies when displayed.
Accepted Values
Name Value None 0 Small 1 Medium 2 Large 3
Note
- None: Indicates that no specific size is assigned, typically meaning the panel is not displayed or has a default setting.
- Small: Represents 1/3 of the screen, useful for compact views with minimal content.
- Medium: Covers 2/3 of the screen, providing a balanced amount of space for moderate content.
- Large: Occupies the entire screen, suitable for displaying detailed content or maximizing user interaction.
This enum helps ensure a consistent and adaptable user interface by controlling the panel sizes based on the context and requirements of the workflow.