Table of Contents

Enum DropdownPlacement

Namespace
BlazOrbit.Components.Forms
Assembly
BlazOrbit.dll

Defines the placement of the dropdown menu relative to its trigger.

public enum DropdownPlacement

Fields

Auto = 0

Automatically determines the best placement.

Bottom = 1

Positions the dropdown below the trigger.

BottomEnd = 4

Positions the dropdown below and aligned to the end of the trigger.

BottomStart = 3

Positions the dropdown below and aligned to the start of the trigger.

Top = 2

Positions the dropdown above the trigger.

TopEnd = 6

Positions the dropdown above and aligned to the end of the trigger.

TopStart = 5

Positions the dropdown above and aligned to the start of the trigger.