Gets or sets a TextDecorationCollection that contains the effects to apply to the text of the Header.

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

Syntax

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

Remarks

This is a dependency property.

See Also