Table of Contents

Enum SplitPanelPosition

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Specifies the position of a panel within a split container.

public enum SplitPanelPosition

Fields

Bottom = 3

Represents the bottom position of the panel.

Center = 4

Represents the center alignment of the panel.

Left = 0

Represents the left position of the panel.

Right = 1

Represents the right position of the panel.

Top = 2

Represents the top position of the panel.