[]
Describes the layers where an element can be painted inside a text line. See PaintInline(C1Line, double, double, C1PaintLayer, FrameworkElement).
public enum C1PaintLayer
| 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. |