Text Wrapping
Introduction
Code Example
var text = new TextRuntime();
text.Text = "This text is long enough that it should wrap to multiple lines";
text.Width = 100;
text.WidthUnits = DimensionUnitType.Absolute;
mainPanel.AddChild(text);

Text.IsMidWordLineBreakEnabled (XNA-likes only)

Last updated
Was this helpful?

