table property
PanelLayout
get
table
This value for #type arranges GraphObjects into rows and columns; set the GraphObject#row and GraphObject#column properties on each element.
Implementation
static _i3.PanelLayout get table => _i4.getProperty(
_declaredPanel,
'Table',
);
set
table
(PanelLayout value)
Implementation
static set table(_i3.PanelLayout value) {
_i4.setProperty(
_declaredPanel,
'Table',
value,
);
}