[]
Paints resize thumbs around a C1TextElement.
public class C1ResizePainter : IRichTextPainter
| Name | Description |
|---|---|
| C1ResizePainter() |
| Name | Description |
|---|---|
| DirectionProperty | Identifies the Direction attached property. |
| Name | Description |
|---|---|
| Element | Gets or sets the C1TextElement to resize. |
| ResizeTemplate | Gets or sets a DataTemplate that draws the resize thumbs. |
| Name | Description |
|---|---|
| GetDirection(DependencyObject) | Gets the direction. |
| 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. |
| SetDirection(DependencyObject, Point) | Sets the direction. |
| Name | Description |
|---|---|
| PainterChanged | Fired when the painter needs to repaint a text range. |