Skip to content
miroiu edited this page Dec 23, 2024 · 1 revision

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;  
Clone this wiki locally