Enum
VerticalPopupAlignment

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:

cs-api-definition
public enum VerticalPopupAlignment

Fields

BottomToBottom

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

Declaration

cs-api-definition
BottomToBottom = 3

Field Value

VerticalPopupAlignment

BottomToTop

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

Declaration

cs-api-definition
BottomToTop = 2

Field Value

VerticalPopupAlignment

TopToBottom

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

Declaration

cs-api-definition
TopToBottom = 1

Field Value

VerticalPopupAlignment

TopToTop

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

Declaration

cs-api-definition
TopToTop = 0

Field Value

VerticalPopupAlignment