ToolStripItem::TextAlign Property
.NET Framework (current version)
Gets or sets the alignment of the text on a ToolStripLabel.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property ContentAlignment TextAlign { virtual ContentAlignment get(); virtual void set(ContentAlignment value); }
Property Value
Type: System.Drawing::ContentAlignmentOne of the ContentAlignment values. The default is MiddleRight.
| Exception | Condition |
|---|---|
| InvalidEnumArgumentException | The value assigned is not one of the ContentAlignment values. |
Use the TextAlign property to get or set text alignment on a ToolStripItem. Use the ImageAlign property to get or set image alignment on a ToolStripItem.
The following code example demonstrates the Image, ImageAlign, DisplayStyle , and TextAlign properties for a ToolStripButton. This example is part of a larger example available in the ToolStripButton class overview.
.NET Framework
Available since 2.0
Available since 2.0
Show: