none property

EnumValue get none

This is the default value for Link#curve and Link#adjusting, to indicate that the path geometry consists of straight line segments and to indicate that the link route computation does not depend on any previous route points; this can also be used as a value for GraphObject#segmentOrientation to indicate that the object is never rotated along the link route -- its angle is unchanged.

Implementation

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

Implementation

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