ConnectionOffsetMode
ConnectionOffsetMode Enum
Section titled “ConnectionOffsetMode Enum”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
Fields
Section titled “Fields”Circle
Section titled “Circle”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;
Rectangle
Section titled “Rectangle”The offset is applied in a rectangle shape around the point.
Rectangle = 2;
Static
Section titled “Static”The offset is applied as a fixed margin.
Static = 4;