This property sets or retrieves the "Move To Front" button of the ToolBarAnnotation control.

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

Property Value

A value of type System.Windows.Controls.Button

Explanation

The ButtonMoveToFront property sets or retrieves the "Move To Front" button of the ToolBarAnnotation. The "Move To Front" button is a Button control. By using the ButtonMoveToFront property, you can change "Move To Front" button settings, generate events, etc.

For code examples see ButtonClearAll property

See Also

ToolBarAnnotation Members | Newtone.ImageKit.Wpf.ToolBarAnnotation

 

The ImageKit WPF is created by Newtone Corporation