Enum
HorizontalPopupAlignment

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.

Declaration

cs-api-definition
LeftToLeft = 0

Field Value

HorizontalPopupAlignment

LeftToRight

The left edge of the popup is aligned to the right edge of the alignment rectangle.

Declaration

cs-api-definition
LeftToRight = 1

Field Value

HorizontalPopupAlignment

RightToLeft

The right edge of the popup is aligned to the left edge of the alignment rectangle.

Declaration

cs-api-definition
RightToLeft = 2

Field Value

HorizontalPopupAlignment

RightToRight

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

Declaration

cs-api-definition
RightToRight = 3

Field Value

HorizontalPopupAlignment