Paragraph.GetProcessedText Method

GeonBit.UI

ParagraphGetProcessedText Method
Return the processed text that is actually displayed on screen, after word-wrap etc.

Namespace:  GeonBit.UI.Entities
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public string GetProcessedText()

Return Value

Type: String
Actual displayed text with word-wrap and other runtime processing.
See Also