'宣言 Public Property Text As System.String
'使用法 Dim instance As RenderParagraph Dim value As System.String instance.Text = value value = instance.Text
public System.string Text {get; set;}
'宣言 Public Property Text As System.String
'使用法 Dim instance As RenderParagraph Dim value As System.String instance.Text = value value = instance.Text
public System.string Text {get; set;}
The getter for this property concatenates and returns the texts of all ParagraphText objects in the current paragraph.
The setter clears the RenderParagraph.Content of the current paragraph, and then adds the specified value as a single ParagraphText.