Enum DropDownAlignment
Specifies the alignment of a drop-down relative to a reference element.
public enum DropDownAlignment
Fields
AfterEnd = 3Aligns the drop-down after the end edge of the reference element.
AfterStart = 1Aligns the drop-down after the start edge of the reference element.
BeforeEnd = 2Aligns the drop-down before the end edge of the reference element.
BeforeStart = 0Aligns the drop-down before the start edge of the reference element.
Center = 4Aligns the drop-down centered relative to the reference element.
Position = 5Aligns the drop-down at a specific position relative to the reference element.