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

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

Property Value

A value of type System.Windows.Controls.ComboBox

Explanation

The ComboBoxEndLineCap property sets or retrieves the ComboBox control displaying the "EndLineCap" item of the ToolBarSetupLines control.

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