tableRow property
PanelLayout
get
tableRow
Organizational Panel type that is only valid inside of a Table panel; This Panel ignores its angle and scale, and does not have a meaningful size on its own, it is only an organizational container for other elements of a Panel.
Implementation
static _i3.PanelLayout get tableRow => _i4.getProperty(
_declaredPanel,
'TableRow',
);
set
tableRow
(PanelLayout value)
Implementation
static set tableRow(_i3.PanelLayout value) {
_i4.setProperty(
_declaredPanel,
'TableRow',
value,
);
}