orientOpposite property

EnumValue get orientOpposite

This value for GraphObject#segmentOrientation results in the GraphObject's angle always being 180 degrees opposite from the angle of the link's route at the segment where the GraphObject is attached.

Implementation

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

Implementation

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