Specifies where the tabs in a TabControl are located.
Namespace: MindFusion.UI.WebAssembly: Enum.js
// enumTabAlignment = {}
Bottom
Value: 3. Specifies that the tabs are located at the bottom of the control.
Left
Value: 0. Specifies that the tabs are located at the left of the control.
Right
Value: 2. Specifies that the tabs are located at the right of the control.
Top
Value: 1. Specifies that the tabs are located at the top of the control.
MindFusion.UI.Web Namespace