arrangementHorizontal property

EnumValue get arrangementHorizontal

Position each tree in a non-overlapping fashion by increasing X coordinates, starting at the Layout#arrangementOrigin; this value is used for TreeLayout#arrangement.

Implementation

static _i3.EnumValue get arrangementHorizontal => _i4.getProperty(
      _declaredTreeLayout,
      'ArrangementHorizontal',
    );
set arrangementHorizontal (EnumValue value)

Implementation

static set arrangementHorizontal(_i3.EnumValue value) {
  _i4.setProperty(
    _declaredTreeLayout,
    'ArrangementHorizontal',
    value,
  );
}