ToolStripTextDirection Enumeration

 

Specifies the text orientation to use with a particular ToolStrip::LayoutStyle.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public enum class ToolStripTextDirection

Member nameDescription
Horizontal

Specifies horizontal text orientation.

Inherit

Specifies that the text direction is inherited from the parent control.

Vertical270

Specifies that text is to be rotated 270 degrees.

Vertical90

Specifies that text is to be rotated 90 degrees.

.NET Framework
Available since 2.0
Return to top
Show: