Skip to main content
Version: 3.5

Placement

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Determines the position of the popup in relation to the opener control.

public enum Placement : Enum

Fields

NameDescription
BottomCenterThe popup is shown below the opener and horizontally centered.
BottomLeftThe popup is shown below the opener aligned to the left edge.
BottomRightThe popup is shown below the opener aligned to the right edge.
LeftBottomThe popup is shown to the left of the opener aligned to the bottom edge.
LeftMiddleThe popup is shown to the left of the opener and vertically centered.
LeftTopThe popup is shown to the left of the opener aligned to the top edge.
RightBottomThe popup is shown to the right of the opener aligned to the bottom edge.
RightMiddleThe popup is shown to the right of the opener and vertically centered.
RightTopThe popup is shown to the right of the opener aligned to the top edge.
TopCenterThe popup is shown above the opener and horizontally centered.
TopLeftThe popup is shown above the opener aligned to the left edge.
TopRightThe popup is shown above the opener aligned to the right edge.

Used By

NameDescription
HelpTip.AlignmentReturns or sets the position of the HelpTip in relation to the target control.
UserPopup.AlignmentReturns or sets the alignment side and position of the popup. The actual location depends on the placement methods defined by the PlacementX and PlacementY properties.
ContextMenu.ShowDisplays the context menu at the specified position in relation to the specified component.
ContextMenu.ShowAsyncAsynchronously displays the context menu at the specified position in relation to the specified component.