2using System.Reflection;
3using System.Runtime.CompilerServices;
4using System.Collections.Generic;
5using System.Collections.Immutable;
10using Microsoft.Xna.Framework;
11using Microsoft.Xna.Framework.Graphics;
17 public partial class PropTest : FillMethods
30 FitContent =
new CUIBool2(
true,
false),
31 Anchor =
new Vector2(0.5f, 0.5f),
38 BackgroundColor = Color.White,
42 TextAlign =
new Vector2(0.5f, 0.5f),
43 TextColor = Color.Black,
Base class for all components.
virtual CUIComponent Append(CUIComponent child, string name=null, [CallerMemberName] string memberName="")
Adds children to the end of the list.
Draggable and resizable container for other components.