Add a ClipContents property to UIElement
This commit is contained in:
@@ -107,6 +107,7 @@ public class TestGame : Game
|
||||
_label = new Label("What the heck??? Word wrapping!!! That's crazy... Noooo wayyy Before GTA 6 too!!!\nnewline :)", _defaultFontSet)
|
||||
{
|
||||
Size = new Rect(256.0f, 128.0f),
|
||||
ClipContents = false
|
||||
};
|
||||
|
||||
// _rootFill.AddChild(_label);
|
||||
|
||||
Reference in New Issue
Block a user