System.Windows.Forms.ToolStrip.TextDirection Property

Gets or sets the direction in which to draw text on a System.Windows.Forms.ToolStrip.

Syntax

[System.ComponentModel.DefaultValue(System.Windows.Forms.ToolStripTextDirection.Horizontal)]
public virtual ToolStripTextDirection TextDirection { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the ToolStrip.TextDirection property to get or set the direction of the display text of a System.Windows.Forms.ToolStripItem, such as a System.Windows.Forms.ToolStripLabel or a System.Windows.Forms.ToolStripButton. You can set the ToolStrip.TextDirection property on the System.Windows.Forms.ToolStrip itself, in which case the setting will apply to each System.Windows.Forms.ToolStripItem you add to the System.Windows.Forms.ToolStrip, or you can set the ToolStrip.TextDirection property differently for each System.Windows.Forms.ToolStripItem.

Requirements

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