Describes the layers where an element can be painted inside a text line. See PaintInline(C1Line, Double, Double, C1PaintLayer, FrameworkElement).
Namespace:
C1.Silverlight.RichTextBoxAssembly: C1.Silverlight.RichTextBox (in C1.Silverlight.RichTextBox.dll)
Syntax
| C# |
|---|
public enum C1PaintLayer |
| Visual Basic |
|---|
Public Enumeration C1PaintLayer |
Members
| Member name | Description | |
|---|---|---|
| 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. |