TextVisualizer.WordWrap Property
Gets or sets the maximum line length when the text is drawn.
Syntax
public AttributeVariable< System.Int64 > WordWrap { get; set; }
Property Value
Default: 0
The maximum line length when the text is drawn. If this value is zero or less then word wrapping is turned off.
Remarks
This property specifies a requested maximum line length. Texts that do not fit will be broken into lines at word boundaries (which means long words will extend past the requested length).
Whitespaces and newlines will be preserved in the text, except leading and trailing whitespace which will be removed.
Platforms
Windows, Linux, Android