EnumVerticalPopupAlignment
Enum
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.
BottomToTop
The bottom edge of the popup is aligned to the top edge of the alignment rectangle.
TopToBottom
The top edge of the popup is aligned to the bottom edge of the alignment rectangle.
TopToTop
The top edge of the popup is aligned to the top edge of the alignment rectangle.