Enum WindowInsertionType
- Namespace
- Whim.SliceLayout
- Assembly
- Whim.SliceLayout.dll
The type of insertion to use when adding a window to a slice.
public enum WindowInsertionType
Fields
Rotate = 1- Insert the window into the slice, pushing the existing window down the stack.
Swap = 0- Swap the window with the existing window in the slice.