This property sets or retrieves the ToolStripButton control displaying the "EndArrowCapSizeUp" item on the ToolBarSetupLines control.

[Visual Basic]Public Property ButtonEndArrowCapSizeUp As System.Windows.Forms.ToolStripButton
[C#]public System.Windows.Forms.ToolStripButton ButtonEndArrowCapSizeUp {get; set;}

Property Value

A value of type System.Windows.Forms.ToolStripButton

Explanation

The ButtonEndArrowCapSizeUp property sets or retrieves the ToolStripButton control displaying the "EndArrowCapSizeUp" item on the ToolBarSetupLines control.

Because the "EndArrowCapSizeUp" button is a ToolStripButton control, you can use the ButtonEndArrowCapSizeUp property to change the "EndArrowCapSizeUp" button settings, generate events, etc.

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

See Also

ToolBarSetupLines Members | Newtone.ImageKit.Win.ToolBarSetupLines

 

The ImageKit.NET3 is created by Newtone Corporation