Paint rich text outside the visual tree.

Namespace:  C1.Phone.RichTextBox
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

C#
public IEnumerable<UIElement> OfflinePaint(
	Size presenterSize
)
Visual Basic
Public Function OfflinePaint ( _
	presenterSize As Size _
) As IEnumerable(Of UIElement)

Parameters

presenterSize
Type: System.Windows..::..Size
The size of each presenter used for painting.

Return Value

An enumeration of UIElement containing the painted rich text.

See Also