OpenTAP 9.27
API Reference
|
LayoutAttribute can be used to specify the wanted layout for user interfaces. More...
Inherits Attribute.
Public Member Functions | |
LayoutAttribute (LayoutMode mode, int rowHeight=1, int maxRowHeight=1000) | |
Creates a new instance of layout attribute. | |
LayoutAttribute () | |
Creates a new instance of layout attribute. | |
Properties | |
LayoutMode | Mode [get] |
Specifies the mode of layout. | |
int | RowHeight [get] |
How much height should the input take. | |
int | MaxRowHeight = 1000 [get] |
Maximum row height for the input. | |
int | MinWidth = -1 [getset] |
Minimum width. The unit is the width of an average character. Not an exact number of pixels. This can be used for displaying where the width is a variable, and it's useful with a first guess. | |
LayoutAttribute can be used to specify the wanted layout for user interfaces.
OpenTAP 9.27 API built Wed Nov 27 2024 13:14:45