orthogonal property

EnumValue get orthogonal

Used as a value for Link#routing: each segment is horizontal or vertical.

Implementation

static _i3.EnumValue get orthogonal => _i4.getProperty(
      _declaredLink,
      'Orthogonal',
    );
set orthogonal (EnumValue value)

Implementation

static set orthogonal(_i3.EnumValue value) {
  _i4.setProperty(
    _declaredLink,
    'Orthogonal',
    value,
  );
}