New to Telerik UI for WinFormsStart a free 30-day trial

Defines the horizontal alignment of the popup based on the alignment rectangle passed in the ShowPopup method.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public enum HorizontalPopupAlignment

Fields

The left edge of the popup is aligned to the left edge of the alignment rectangle.

C#
LeftToLeft = 0

The left edge of the popup is aligned to the right edge of the alignment rectangle.

C#
LeftToRight = 1

The right edge of the popup is aligned to the left edge of the alignment rectangle.

C#
RightToLeft = 2

The right edge of the popup is aligned to the right edge of the alignment rectangle.

C#
RightToRight = 3