vertical property

dynamic get vertical

GraphObjects with this enumeration as the value of GraphObject#stretch are scaled as much as possible in the y-axis. In another context, can be used as a value of PanelLayout, so type is "any".

Implementation

static _i2.dynamic get vertical => _i4.getProperty(
      _declaredGraphObject,
      'Vertical',
    );
set vertical (dynamic value)

Implementation

static set vertical(_i2.dynamic value) {
  _i4.setProperty(
    _declaredGraphObject,
    'Vertical',
    value,
  );
}