Nodify_ConnectionOffsetMode - miroiu/nodify GitHub Wiki
Namespace: Nodify
Assembly: Nodify
References: BaseConnection
Specifies the offset type that can be applied to a BaseConnection using the BaseConnection.SourceOffset and the BaseConnection.TargetOffset values.
public enum ConnectionOffsetMode The offset is applied in a circle around the point.
Circle = 1; The offset is applied in a rectangle shape around the point, perpendicular to the edges.
Edge = 3; No offset applied.
None = 0; The offset is applied in a rectangle shape around the point.
Rectangle = 2; The offset is applied as a fixed margin.
Static = 4;