-
-
Notifications
You must be signed in to change notification settings - Fork 342
Nodify_Alignment
miroiu edited this page Dec 23, 2024
·
1 revision
Namespace: Nodify
Assembly: Nodify
References: EditorCommands, NodifyEditor
Specifies the possible alignment values used by the NodifyEditor.AlignSelection(Alignment) method.
public enum Alignment Bottom = 2; Center = 5; Left = 1; Middle = 4; Right = 3; Top = 0; | English | 简体中文 |
|---|
- Hierarchy and terminology
- Content layers
- Creating an editor
- Using a theme
- Minimal example
- Drawing a grid
- Moving the viewport
- Zooming
- Scrolling
- Selecting items
- Pushing items
- Snapping to grid
- Editor gestures
- Commands