WebHorizontalAlignModeEnumJS Enumeration
In This Topic
Specifies available modes, which define how content of the drop-down list must be aligned horizontally relative to the button.
Members
Member | Description |
EndAtLeft | The right border of the drop-down list and the left border of the button must have the same X-coordinate. |
StartAtLeft | The left border of the drop-down list and the left border of the button must have the same X-coordinate. |
EndAtRight | The right border of the drop-down list and the right border of the button must have the same X-coordinate. |
StartAtRight | The left border of the drop-down list and the right border of the button must have the same X-coordinate. |
Custom | Horizontal 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.WebHorizontalAlignModeEnumJS
Browser Compatibility
See Also