orientAlong property

EnumValue get orientAlong

This value for GraphObject#segmentOrientation results in the GraphObject turned to have the same angle as the route: the GraphObject's angle is always the same as the angle of the link's route at the segment where the GraphObject is attached; use this orientation for arrow heads.

Implementation

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

Implementation

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