orientMinus90Upright property

EnumValue get orientMinus90Upright

This value for GraphObject#segmentOrientation results in the GraphObject turned counter-clockwise to be perpendicular to the route, just like Link.OrientMinus90, but is never upside down: the GraphObject's angle always being 90 degrees less than the angle of the link's route at the segment where the GraphObject is attached; this is typically only used for TextBlocks or Panels that contain text.

Implementation

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

Implementation

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