Table of Contents

Enum DropDownAlignment

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Specifies the alignment of a drop-down relative to a reference element.

public enum DropDownAlignment

Fields

AfterEnd = 3

Aligns the drop-down after the end edge of the reference element.

AfterStart = 1

Aligns the drop-down after the start edge of the reference element.

BeforeEnd = 2

Aligns the drop-down before the end edge of the reference element.

BeforeStart = 0

Aligns the drop-down before the start edge of the reference element.

Center = 4

Aligns the drop-down centered relative to the reference element.

Position = 5

Aligns the drop-down at a specific position relative to the reference element.