This property sets or retrieves the Label control displaying the "TextAlign" label on the ToolBarSetupObjects control.

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

Property Value

A value of type System.Windows.Controls.Label

Explanation

The LabelTextAlign property sets or retrieves the Label control displaying the "TextAlign" label on the ToolBarSetupObjects control.

Because the "TextAlign" label is a Label control, you can use the LabelTextAlign property to change the "TextAlign" label text, 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