Represents a text decoration, which a visual ornamentation that is added to text (such as an underline).

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 class C1TextDecoration
Visual Basic
Public Class C1TextDecoration
XAML Object Element Usage
<C1TextDecoration .../>

Remarks

All text decorations are lines drawn horizontally above the text. The vertical location of the line can be customized using the Location property, and its style can be set with the Style property.

Inheritance Hierarchy

System..::..Object
  C1.Phone.RichTextBox.Documents..::..C1TextDecoration

See Also