WebVerticalAlignModeEnumJS Enumeration
In This Topic
Specifies available modes, which define how content of the drop-down list must be aligned vertically relative to the button.
Members
Member | Description |
EndAtTop | The bottom border of the drop-down list and the top border of the button must have the same Y-coordinate. |
StartAtTop | The top border of the drop-down list and the top border of the button must have the same Y-coordinate. |
EndAtBottom | The bottom border of the drop-down list and the bottom border of the button must have the same Y-coordinate. |
StartAtBottom | The top border of the drop-down list and the bottom border of the button must have the same Y-coordinate. |
Custom | Vertical positioning of the drop-down list does not depend on the position of the button and must be specified by user. |
Inheritance Hierarchy
Object
 Vintasoft.Shared.WebEnumItemBaseJS
   Vintasoft.Imaging.UI.WebVerticalAlignModeEnumJS
Browser Compatibility
See Also