This property sets or retrieves the ComboBox control displaying the "StartLineCap" item the ToolBarSetupLines control.

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

Property Value

A value of type System.Windows.Controls.ComboBox

Explanation

The ComboBoxStartLineCap property sets or retrieves the ComboBox control displaying the "StartLineCap" item the ToolBarSetupLines control.

Because the "StartLineCap" combobox is a ComboBox control, you can use the ComboBoxStartLineCap property to change the "StartLineCap" 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