public property tabPosition as TabPosition = TabPosition.TOP
Edge used to display the tab strip.
The default is TabPosition.TOP. Inspector-style panels can place the strip below their content with TabPosition.BOTTOM.
tabs = TabWidget() tabs.tabPosition = TabPosition.BOTTOM