Placement
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Determines the position of the popup in relation to the opener control.
- C#
- VB.NET
public enum Placement : Enum
Public Enum Placement As [Enum]
Fields
| Name | Description |
|---|---|
| BottomCenter | The popup is shown below the opener and horizontally centered. |
| BottomLeft | The popup is shown below the opener aligned to the left edge. |
| BottomRight | The popup is shown below the opener aligned to the right edge. |
| LeftBottom | The popup is shown to the left of the opener aligned to the bottom edge. |
| LeftMiddle | The popup is shown to the left of the opener and vertically centered. |
| LeftTop | The popup is shown to the left of the opener aligned to the top edge. |
| RightBottom | The popup is shown to the right of the opener aligned to the bottom edge. |
| RightMiddle | The popup is shown to the right of the opener and vertically centered. |
| RightTop | The popup is shown to the right of the opener aligned to the top edge. |
| TopCenter | The popup is shown above the opener and horizontally centered. |
| TopLeft | The popup is shown above the opener aligned to the left edge. |
| TopRight | The popup is shown above the opener aligned to the right edge. |
Used By
| Name | Description |
|---|---|
| HelpTip.Alignment | Returns or sets the position of the HelpTip in relation to the target control. |
| UserPopup.Alignment | Returns 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.Show | Displays the context menu at the specified position in relation to the specified component. |
| ContextMenu.ShowAsync | Asynchronously displays the context menu at the specified position in relation to the specified component. |