Class FishboneLink
Custom Link class for FishboneLayout.
Namespace: Northwoods.Go.Layouts.Extensions
Assembly: FishboneAvalonia.dll
Syntax
public class FishboneLink : Link, IHasContextMenu, IHasToolTip
Methods
ComputeAdjusting()
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
Remarks
This method may be overridden. Please read the Introduction page on Extensions for how to override methods and how to call this base method.
See Also
ComputePoints()
Determines the points for this link based on spots and maintains horizontal lines.
Declaration
public override bool ComputePoints()
Returns
Type | Description |
---|---|
bool |