EnumHorizontalPopupAlignment
Enum
Defines the horizontal 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 HorizontalPopupAlignment
Fields
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.