Enum HorizontalPopupAlignment
Defines the horizontal 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 HorizontalPopupAlignment
LeftToLeft
The left edge of the popup is aligned to the left edge of the alignment rectangle.
LeftToRight
The left edge of the popup is aligned to the right edge of the alignment rectangle.
RightToLeft
The right edge of the popup is aligned to the left edge of the alignment rectangle.
RightToRight
The right edge of the popup is aligned to the right edge of the alignment rectangle.