[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.C1TextDecorationLocation

C1TextDecorationLocation Enum

Specifies the vertical position of a C1TextDecoration object.

Namespace: C1.WPF.RichTextBox.Documents
Assembly: C1.WPF.RichTextBox.dll
Syntax
public enum C1TextDecorationLocation

Fields

Name Description
Baseline

The vertical position of a baseline.

Line

The vertical position of the line top.

OverLine

The vertical position of an overline.

Strikethrough

The vertical position of a strikethrough.

Underline

The vertical position of an underline. This is the default value.