Specifies the vertical position of a C1TextDecoration object.
Namespace:
C1.Silverlight.RichTextBox.DocumentsAssembly: C1.Silverlight.RichTextBox (in C1.Silverlight.RichTextBox.dll)
Syntax
| C# |
|---|
public enum C1TextDecorationLocation |
| Visual Basic |
|---|
Public Enumeration C1TextDecorationLocation |
Members
| Member name | Description | |
|---|---|---|
| Underline | The vertical position of an underline. This is the default value. | |
| OverLine | The vertical position of an overline. | |
| Strikethrough | The vertical position of a strikethrough. | |
| Baseline | The vertical position of a baseline. | |
| Line | The vertical position of the line top. |