Specifies the vertical position of a C1TextDecoration object.

Namespace:  C1.Silverlight.RichTextBox.Documents
Assembly:  C1.Silverlight.RichTextBox (in C1.Silverlight.RichTextBox.dll)

Syntax

C#
public enum C1TextDecorationLocation
Visual Basic
Public Enumeration C1TextDecorationLocation

Members

Member nameDescription
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.

See Also