Placement

Wisej.Web.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

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

NameDescription

Returns or sets the position of the HelpTip in relation to the target control.

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.

Displays the context menu at the specified position in relation to the specified component.

Asynchronously displays the context menu at the specified position in relation to the specified component.

Last updated