On the UltraTabbedMdiManager (from which the UltraMdiTabWorkspace is derived), you can set the appearance of a tab by first getting a reference to the tab. You can do this with the TabFromForm method, passing in one of the mdi children. Then set the Settings.TabAppearance on the returned tab.
Thanls Mike!
Julian