Enum ArrangeButtons
Identifies the different arrangement buttons that can be displayed on a border during arrange mode.
public enum ArrangeButtons
Fields
AllSize = 1Button for resizing from all directions (typically displayed in bottom-right corner).
BottomSize = 5Button for resizing from the bottom edge.
LeftSize = 2Button for resizing from the left edge.
Move = 0Button for moving the view (typically displayed in top-left corner).
RightSize = 3Button for resizing from the right edge.
TopSize = 4Button for resizing from the top edge.