Nodify_Alignment - miroiu/nodify GitHub Wiki

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;  
⚠️ **GitHub.com Fallback** ⚠️