This property sets or retrieves the ToolStripLabel control displaying the "TextAlign" label on the ToolBarSetupObjects control.
[Visual Basic]Public Property LabelTextAlign As
System.Windows.Forms.ToolStripLabel
[C#]public System.Windows.Forms.ToolStripLabel
LabelTextAlign {get; set;}
Property Value
A value of type System.Windows.Forms.ToolStripLabel
Explanation
The LabelTextAlign property sets or retrieves the ToolStripLabel control displaying the "TextAlign" label on the ToolBarSetupObjects control.
Because the "TextAlign" label is a ToolStripLabel control, you can use the LabelTextAlign property to change the "TextAlign" label text, generate events, etc.
For coding examples, please refer to the ButtonAspectRatio property explanation
See Also
ToolBarSetupObjects Members | Newtone.ImageKit.Win.ToolBarSetupObjects