Enum VerticalPopupAlignment
Defines the vertical alignment of the popup based on the alignment rectangle passed in the ShowPopup method.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public enum VerticalPopupAlignment
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.