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