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

Defines the vertical 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 VerticalPopupAlignment

Fields

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

C#
BottomToBottom = 3

The bottom edge of the popup is aligned to the top edge of the alignment rectangle.

C#
BottomToTop = 2

The top edge of the popup is aligned to the bottom edge of the alignment rectangle.

C#
TopToBottom = 1

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

C#
TopToTop = 0