C1.Silverlight.RichTextBox.5
OfflinePaint Method

The size of each presenter used for painting.
Paint rich text outside the visual tree.
Syntax
'Declaration
 
Public Function OfflinePaint( _
   ByVal presenterSize As System.Windows.Size _
) As System.Collections.Generic.IEnumerable(Of UIElement)
public System.Collections.Generic.IEnumerable<UIElement> OfflinePaint( 
   System.Windows.Size presenterSize
)

Parameters

presenterSize
The size of each presenter used for painting.

Return Value

An enumeration of System.Windows.UIElement containing the painted rich text.
See Also

Reference

C1RichTextViewManager Class
C1RichTextViewManager Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.