FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / CellStyle Class / TextDecorations Property

In This Topic
    TextDecorations Property (CellStyle)
    In This Topic
    Gets or sets the System.Windows.TextDecorationCollection to be applied to text in the cell.
    Syntax
    'Declaration
     
    Public Property TextDecorations As TextDecorationCollection
    public TextDecorationCollection TextDecorations {get; set;}
    See Also