This property sets or retrieves the Button control displaying the "EndArrowCapFilled" item on the ToolBarSetupLines control.

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

Property Value

A value of type System.Windows.Controls.Button

Explanation

The ButtonEndArrowCapFilled property sets or retrieves the Button control displaying the "EndArrowCapFilled" item on the ToolBarSetupLines control.

Because the "EndArrowCapFilled" button is a Button control, you can use the ButtonEndArrowCapFilled property to change the "EndArrowCapFilled" button settings, generate events, etc.

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

See Also

ToolBarSetupLines Members | Newtone.ImageKit.Wpf.ToolBarSetupLines

 

The ImageKit WPF is created by Newtone Corporation