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