position property

PanelLayout get position

The default #type, arranges each element according to their GraphObject#position.

Implementation

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

Implementation

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