Specifies the vertical position of a C1TextDecoration object.

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

Syntax

C#
public enum C1TextDecorationLocation
Visual Basic
Public Enumeration C1TextDecorationLocation
XAML Attribute Usage
<object property="enumerationMemberName" .../>

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