[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.C1PaintLayer

C1PaintLayer Enum

Describes the layers where an element can be painted inside a text line. See PaintInline(C1Line, double, double, C1PaintLayer, FrameworkElement).

Namespace: C1.WPF.RichTextBox
Assembly: C1.WPF.RichTextBox.dll
Syntax
public enum C1PaintLayer

Fields

Name Description
AboveBackground

The layer directly above the text background.

AboveText

The layer directly above the text.

Background

The layer containing the background.

BelowBackground

The layer directly below the text background.

BelowText

The layer directly below the text.

Text

The layer containing the text.