[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.C1TextDecorationUnit

C1TextDecorationUnit Enum

Specifies the unit type for Thickness and LocationOffset properties.

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

Fields

Name Description
Font

A unit value that is relative to the font size of the decorated text.

Line

A unit value that is relative to the height of line where the decorated text is.

Pixel

A unit value that is expressed in pixels.