OpenTAP 9.24
API Reference
Public Member Functions | Properties | List of all members
OpenTap.LayoutAttribute Class 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)
 

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.
 

Detailed Description

LayoutAttribute can be used to specify the wanted layout for user interfaces.

Constructor & Destructor Documentation

◆ LayoutAttribute()

OpenTap.LayoutAttribute.LayoutAttribute ( LayoutMode  mode,
int  rowHeight = 1,
int  maxRowHeight = 1000 
)
inline

Parameters
mode
rowHeight
maxRowHeight

OpenTAP 9.24 API built Tue Apr 30 2024 13:44:42