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

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

Syntax

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

Members

Member nameDescription
BelowBackground The layer directly below the text background.
Background The layer containing the background.
AboveBackground The layer directly above the text background.
BelowText The layer directly below the text.
Text The layer containing the text.
AboveText The layer directly above the text.

See Also