Gets or sets a collection of text decorations to apply to the content of the element.

Namespace:  C1.Phone.RichTextBox.Documents
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public C1TextDecorationCollection TextDecorations { get; set; }
Visual Basic
Public Property TextDecorations As C1TextDecorationCollection
	Get
	Set
XAML Property Element Usage
<object>
  <object.TextDecorations>
    <C1TextDecorationCollection .../>
  </object.TextDecorations>
</object>
XAML Attribute Usage
<object TextDecorations="C1TextDecorationCollection" .../>

See Also