orientMinus90 property

EnumValue orientMinus90

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

Implementation

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

Implementation

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