Table of Contents

Enum PopupBoxPlacementMode

Namespace
HeBianGu.Control.Message
Assembly
HeBianGu.Control.Message.dll

Defines how the PopupBox popup is aligned to the toggle part of the control.

public enum PopupBoxPlacementMode
Extension Methods

Fields

BottomAndAlignCentres = 2

Display the popup below the toggle, and align the center of the popup with the center of the toggle.

BottomAndAlignLeftEdges = 0

Display the popup below the toggle, and align the left edges.3

BottomAndAlignRightEdges = 1

Display the popup below the toggle, and align the right edges.

LeftAndAlignBottomEdges = 7

Display the popup to the left of the toggle, and align the bottom edges.

LeftAndAlignMiddles = 8

Display the popup to the left of the toggle, and align the middles.

LeftAndAlignTopEdges = 6

Display the popup to the left of the toggle, and align the top edges.

RightAndAlignBottomEdges = 10

Display the popup to the right of the toggle, and align the bottom edges.

RightAndAlignMiddles = 11

Display the popup to the right of the toggle, and align the middles.

RightAndAlignTopEdges = 9

Display the popup to the right of the toggle, and align the top edges.

TopAndAlignCentres = 5

Display the popup above the toggle, and align the center of the popup with the center of the toggle.

TopAndAlignLeftEdges = 3

Display the popup above the toggle, and align the left edges.

TopAndAlignRightEdges = 4

Display the popup above the toggle, and align the right edges.