Version

GroupBoxVerticalTextOrientation Enumeration

Different ways that the caption can be drawn when it is vertical (i.e. when the header is positioned on the left or right edge).
Syntax
'Declaration
 
Public Enum GroupBoxVerticalTextOrientation 
   Inherits System.Enum
public enum GroupBoxVerticalTextOrientation : System.Enum 
Members
MemberDescription
BottomToTopThe first character of the text is below the last character of the text on the Y axis.
DefaultVertical text is drawn with the default orientation, based on the HeaderPosition property.
TopToBottomThe first character of the text is above the last character of the text on the Y axis.
Remarks

This enum is used by the VerticalTextOrientation property of the UltraGroupBox and UltraExpandableGroupBox controls.

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