C1.Silverlight.RichTextBox.5 Assembly > C1.Silverlight.RichTextBox Namespace > IRichTextPainter Interface : PaintInline Method |
'Declaration Sub PaintInline( _ ByVal context As C1PaintingContext, _ ByVal line As C1Line _ )
void PaintInline( C1PaintingContext context, C1Line line )
Any UIElement that is to be painted with the rich text inside the line is passed to C1PaintingContext.PaintInline. Note that each time this method is called, all UIElements must be painted by calling C1PaintingContext.PaintInline, otherwise they will be removed.