[]
Paints a selected range.
public class C1SelectionPainter : IRichTextPainter
| Name | Description |
|---|---|
| C1SelectionPainter() | Creates a new instance of C1SelectionPainter. |
| Name | Description |
|---|---|
| Background | Gets or sets the Brush used when painting the selection. |
| PaintCaret | Gets or sets whether a caret is painted when Selection is empty. |
| PaintSelection | Gets or sets whether a rectangle is painted when Selection is not empty. |
| Selection | Gets or sets the painted range. |
| Name | Description |
|---|---|
| Paint(C1PaintingContext) | This method is called each time the C1RichTextViewManager paints. |
| PaintInline(C1PaintingContext, C1Line) | This method is called each time the C1RichTextViewManager paints a C1Line. |
| Name | Description |
|---|---|
| PainterChanged | Fired when the painter needs to repaint a text range. |