631 B
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;