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