horizontal property

dynamic get horizontal

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

Implementation

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

Implementation

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