-
-
Notifications
You must be signed in to change notification settings - Fork 230
Nodify_ConnectionOffsetMode
miroiu edited this page Dec 23, 2024
·
1 revision
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;