MaxWidth
Introduction
Code Example
Text text = TextManager.AddText("");
text.DisplayText = "Hello, I am some really long text that will wrap";
text.MaxWidth = 60;
text.MaxWidthBehavior = MaxWidthBehavior.Wrap;Last updated
Was this helpful?