horizontal property

EnumValue horizontal

Allow only horizontal (left-and-right) dragging.

Implementation

static _i3.EnumValue get horizontal => _i4.getProperty(
      _declaredLinkReshapingTool,
      'Horizontal',
    );
void horizontal=(EnumValue value)

Implementation

static set horizontal(_i3.EnumValue value) {
  _i4.setProperty(
    _declaredLinkReshapingTool,
    'Horizontal',
    value,
  );
}