This property sets or retrieves theComboBox control displaying the "LineJoin" item of the ToolBarSetupLines control.

[Visual Basic]Public Property ComboBoxLineJoin As System.Windows.Controls.ComboBox
[C#]public System.Windows.Controls.ComboBox ComboBoxLineJoin {get; set;}

Property Value

A value of type System.Windows.Controls.ComboBox

Explanation

The ComboBoxLineJoin property sets or retrieves ComboBox control displaying the "LineJoin" item of the ToolBarSetupLines control.

Because the "LineJoin" combobox is a ComboBox control, you can use the ComboBoxLineJoin property to change the "LineJoin" combobox settings, generate events, etc.

For coding examples, please refer to the ComboBoxDashStyle property explanation.

See Also

ToolBarSetupLines Members | Newtone.ImageKit.Wpf.ToolBarSetupLines

 

The ImageKit WPF is created by Newtone Corporation