The current example demostrates the multiline text capability of  RadTabStrip. It is achieved through the Text property, where you  to enter multiline item text. Alternatively, you can set the multiline text programmatically:

       tabItem1.Text="File\nSystem";

or

       tabItem.Text = @"File
       System";