This property sets or retrieves the Button control displaying the "Border" item on the ToolBarSetupObjects control.

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

Property Value

A value of type System.Windows.Controls.Button

Explanation

The ButtonBorder property sets or retrieves the ToolStripButton control displaying the "Border" item on the ToolBarSetupObjects control.

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

For coding examples, please refer to the ButtonAspectRatio property explanation

See Also

ToolBarSetupObjects Members | Newtone.ImageKit.Wpf.ToolBarSetupObjects

 

The ImageKit WPF is created by Newtone Corporation