direction property
EnumValue
get
direction
Gets or sets the direction in which new links may be drawn. Possible values are LinkingTool.ForwardsOnly, LinkingTool.BackwardsOnly, or LinkingTool.Either. This defaults to LinkingTool.Either. Setting this property does not raise any events.
Implementation
_i3.EnumValue get direction => _i4.getProperty(
this,
'direction',
);
set
direction
(EnumValue value)
Implementation
set direction(_i3.EnumValue value) {
_i4.setProperty(
this,
'direction',
value,
);
}