horizontal property
PanelLayout
get
horizontal
This value for #type lays out the elements horizontally with their GraphObject#alignment property dictating their alignment on the Y-axis.
Implementation
static _i3.PanelLayout get horizontal => _i4.getProperty(
_declaredPanel,
'Horizontal',
);
set
horizontal
(PanelLayout value)
Implementation
static set horizontal(_i3.PanelLayout value) {
_i4.setProperty(
_declaredPanel,
'Horizontal',
value,
);
}