Enum PortSpreading
This enumeration specifies possible values for PortSpreading.
Namespace: Northwoods.Go
Assembly: Northwoods.GoDiagram.Avalonia.dll
Syntax
public enum PortSpreading
Fields
Name | Description |
---|---|
Evenly | Links connecting with a port should be distributed evenly along the side(s) indicated by a Spot that is IsSide(). This is the default value. |
None | Links connecting with a port should all connect at a single point on the side(s) indicated by a Spot that is IsSide(). |
Packed | Links connecting with a port should packed together based on the link's shape's width on the side(s) indicated by a Spot that is IsSide(). |