vertical property

PanelLayout get vertical

This value for #type lays out the elements vertically with their GraphObject#alignment property dictating their alignment on the X-axis.

Implementation

static _i3.PanelLayout get vertical => _i4.getProperty(
      _declaredPanel,
      'Vertical',
    );
set vertical (PanelLayout value)

Implementation

static set vertical(_i3.PanelLayout value) {
  _i4.setProperty(
    _declaredPanel,
    'Vertical',
    value,
  );
}