Gets or sets a value that indicates the horizontal alignment of text content in the Header.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public TextAlignment TextAlignment { get; set; }
Visual Basic
Public Property TextAlignment As TextAlignment
	Get
	Set

Remarks

This is a dependency property.

See Also