Enum PortSpreading
- Namespace
- Northwoods.Go
- Assembly
- Northwoods.GoDiagram.WinForms.dll
This enumeration specifies possible values for PortSpreading.
public enum PortSpreading
Fields
Evenly = 1
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 = 0
Links connecting with a port should all connect at a single point on the side(s) indicated by a Spot that is IsSide().
Packed = 2
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().