System.Windows.Forms.ToolStripTextDirection Enumeration

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

Syntax

public enum ToolStripTextDirection

Remarks

Documentation for this section has not yet been entered.

Members

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.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0