Specifies where the tabs in a TabControl are located.
Namespace: MindFusion.UI.WebAssembly: MindFusion.UI.Web
public enum TabAlignment
Public Enumeration TabAlignment
Left
Specifies that the tabs are located at the left of the control.
Top
Specifies that the tabs are located at the top of the control.
Right
Specifies that the tabs are located at the right of the control.
Bottom
Specifies that the tabs are located at the bottom of the control.
MindFusion.UI.Web Namespace