orientUpright property

EnumValue get orientUpright

This value for GraphObject#segmentOrientation results in the GraphObject turned to have the same angle as the route, just like Link.OrientAlong, but is never upside down: the GraphObject's angle always following 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 orientUpright => _i4.getProperty(
      _declaredLink,
      'OrientUpright',
    );
set orientUpright (EnumValue value)

Implementation

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