Alignment
Alignment Enum
Section titled “Alignment Enum”Namespace: Nodify
Assembly: Nodify
References: EditorCommands, NodifyEditor
Specifies the possible alignment values used by the NodifyEditor.AlignSelection(Alignment) method.
public enum AlignmentFields
Section titled “Fields”Bottom
Section titled “Bottom”Bottom = 2;Center
Section titled “Center”Center = 5;Left = 1;Middle
Section titled “Middle”Middle = 4;Right = 3;Top = 0;