Represents a text decoration, which a visual ornamentation that is added to text (such as an underline).
Namespace:
C1.Silverlight.RichTextBox.DocumentsAssembly: C1.Silverlight.RichTextBox (in C1.Silverlight.RichTextBox.dll)
Syntax
C# |
---|
public class C1TextDecoration |
Visual Basic |
---|
Public Class 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.