Class FishboneLink

GoDiagram®
v10.0.8
by Northwoods Software®

Custom Link class for FishboneLayout.

Inheritance
FishboneLink
Namespace: Northwoods.Go.Layouts.Extensions
Assembly: FishboneWinForms.dll
public class FishboneLink : Link, IHasContextMenu, IHasToolTip

Methods

Returns the Adjusting value, unless this Link's Diagram is animating and the routing is AvoidsNodes -- then it will return End.

Declaration
public override LinkAdjusting ComputeAdjusting()
Returns
Type Description
LinkAdjusting
Overrides

This method may be overridden. Please read the Introduction page on Extensions for how to override methods and how to call this base method.

Determines the points for this link based on spots and maintains horizontal lines.

Declaration
public override bool ComputePoints()
Returns
Type Description
bool
Overrides

Implements