orientUpright45 property

EnumValue orientUpright45

This value for GraphObject#segmentOrientation results in the GraphObject's angle always following the angle of the link's route at the segment where the GraphObject is attached, but never upside down and never angled more than +/- 45 degrees: when the route's angle is within 45 degrees of vertical (90 or 270 degrees), the GraphObject's angle is set to zero; this is typically only used for TextBlocks or Panels that contain text.

Implementation

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

Implementation

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