-
-
Notifications
You must be signed in to change notification settings - Fork 230
Nodify_Alignment
miroiu edited this page Dec 23, 2024
·
1 revision
Namespace: Nodify
Assembly: Nodify
References: EditorCommands, NodifyEditor
Specifies the possible alignment values used by the NodifyEditor.AlignSelection(Alignment) method.
public enum Alignment
Bottom = 2;
Center = 5;
Left = 1;
Middle = 4;
Right = 3;
Top = 0;