orientPlus90 property

EnumValue orientPlus90

This value for GraphObject#segmentOrientation results in the GraphObject is turned clockwise to be perpendicular to the route: the GraphObject's angle is always 90 degrees more than the angle of the link's route at the segment where the GraphObject is attached.

Implementation

static _i3.EnumValue get orientPlus90 => _i4.getProperty(
      _declaredLink,
      'OrientPlus90',
    );
void orientPlus90=(EnumValue value)

Implementation

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