Files
APIVisualExecutor/docs/api/Nodify_Alignment.md
Ankitkumar Satapara 21aaef6776 Add project files.
2026-04-17 22:31:58 +05:30

631 B

Alignment Enum

Namespace: Nodify

Assembly: Nodify

References: EditorCommands, NodifyEditor

Specifies the possible alignment values used by the NodifyEditor.AlignSelection(Alignment) method.

public enum Alignment  

Fields

Bottom

Bottom = 2;  

Center

Center = 5;  

Left

Left = 1;  

Middle

Middle = 4;  

Right

Right = 3;  

Top

Top = 0;