Gets or sets the TextDecorationCollection to be applied to text in the cell.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

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

See Also