Enum SplitPanelPosition
Specifies the position of a panel within a split container.
public enum SplitPanelPosition
Fields
Bottom = 3Represents the bottom position of the panel.
Center = 4Represents the center alignment of the panel.
Left = 0Represents the left position of the panel.
Right = 1Represents the right position of the panel.
Top = 2Represents the top position of the panel.