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 = 0Automatically determines the best placement.
Bottom = 1Positions the dropdown below the trigger.
BottomEnd = 4Positions the dropdown below and aligned to the end of the trigger.
BottomStart = 3Positions the dropdown below and aligned to the start of the trigger.
Top = 2Positions the dropdown above the trigger.
TopEnd = 6Positions the dropdown above and aligned to the end of the trigger.
TopStart = 5Positions the dropdown above and aligned to the start of the trigger.