C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RenderParagraph Class / Text Property

In This Topic
Text Property (RenderParagraph)
In This Topic
Gets or sets the text of the current paragraph.
Syntax
'Declaration
 
Public Property Text As String
 
Remarks

The getter for this property concatenates and returns the texts of all ParagraphText objects in the current paragraph.

The setter clears the Content of the current paragraph, and then adds the specified value as a single ParagraphText.

See Also