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

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

Property Value

A value of type System.Windows.Controls.Button

Explanation

The ButtonRightToLeft property sets or retrieves the Button control displaying the "RightToLeft" item on the ToolBarSetupObjects control.

Because the "RightToLeft" button is a Button control, you can use the ButtonRightToLeft property to change the "RightToLeft" 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