This property sets or retrieves the ComboBox control displaying the "Text Alignment" items of the ToolBarSetupObjects control.

[Visual Basic]Public Property ComboBoxTextAlign As System.Windows.Controls.ComboBox
[C#]public System.Windows.Controls.ComboBoxComboBoxTextAlign {get; set;}

Property Value

A value of type System.Windows.Controls.ComboBox

Explanation

The ComboBoxTextAlign property sets or retrieves the ComboBox control displaying the "Text Alignment" items of the ToolBarSetupObjects control.

Because the "Text Alignment" combobox is a ComboBox control, you can use the ComboBoxTextAlign property to change the "Text Alignment" combobox settings, generate events, etc.

For coding examples, please refer to the ComboBoxBorderShape property explanation

See Also

ToolBarSetupObjects Members | Newtone.ImageKit.Wpf.ToolBarSetupObjects

 

The ImageKit WPF is created by Newtone Corporation