ToolStripItemTextRenderEventArgs Properties
.NET Framework 4.5
The ToolStripItemTextRenderEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
|
Graphics | Gets the graphics used to paint the ToolStripItem. (Inherited from ToolStripItemRenderEventArgs.) |
|
Item | Gets the ToolStripItem to paint. (Inherited from ToolStripItemRenderEventArgs.) |
|
Text | Gets or sets the text to be drawn on the ToolStripItem. |
|
TextColor | Gets or sets the color of the ToolStripItem text. |
|
TextDirection | Gets or sets whether the text is drawn vertically or horizontally. |
|
TextFont | Gets or sets the font of the text drawn on the ToolStripItem. |
|
TextFormat | Gets or sets the display and layout information of the text drawn on the ToolStripItem. |
|
TextRectangle | Gets or sets the rectangle that represents the bounds to draw the text in. |
|
ToolStrip | Gets the value of the ToolStripItem.Owner property for the ToolStripItem to paint. (Inherited from ToolStripItemRenderEventArgs.) |