Version

TextOrientation Property (MdiTabGroupSettings)

Returns or sets how the tab text is aligned.
Syntax
'Declaration
 
Public Property TextOrientation As Infragistics.Win.UltraWinTabs.TextOrientation
public Infragistics.Win.UltraWinTabs.TextOrientation TextOrientation {get; set;}
Remarks

The TextOrientation determines the orientation of the text in the tab. The orientation may be specified relative to the TabOrientation or to an absolute value. By default, the text orientation is resolved based on the resolved TabOrientation to keep the text parallel with the tab orientation.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also