orientPlus90Upright property
EnumValue
get
orientPlus90Upright
This value for GraphObject#segmentOrientation results in the GraphObject turned clockwise to be perpendicular to the route, just like Link.OrientPlus90, but is never upside down: the GraphObject's angle always being 90 degrees more 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 orientPlus90Upright => _i4.getProperty(
_declaredLink,
'OrientPlus90Upright',
);
set
orientPlus90Upright
(EnumValue value)
Implementation
static set orientPlus90Upright(_i3.EnumValue value) {
_i4.setProperty(
_declaredLink,
'OrientPlus90Upright',
value,
);
}