This property sets or retrieves the ToolStripTextBox control displaying the "EndArrowCapSize" item on the ToolBarSetupLines control.

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

Property Value

A value of type System.Windows.Controls.TextBox

Explanation

The TextBoxEndArrowCapSize property sets or retrieves the TextBox control displaying the "EndArrowCapSize" item on the ToolBarSetupLines control.

Because the "EndArrowCapSize" textbox is a TextBox control, you can use the TextBoxEndArrowCapSize property to change the "EndArrowCapSize" settings, generate events, etc.

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

See Also

ToolBarSetupLines Members | Newtone.ImageKit.Wpf.ToolBarSetupLines

 

The ImageKit WPF is created by Newtone Corporation