2using System.Reflection;
3using System.Runtime.CompilerServices;
4using System.Collections.Generic;
5using System.Collections.Immutable;
10using Microsoft.Xna.Framework;
11using Microsoft.Xna.Framework.Graphics;
20 public partial class PropTest : FillMethods
28 BackgroundColor = Color.Blue,
33 TextAlign =
new Vector2(0.5f, 0.5f),
37 FillEmptySpace =
new CUIBool2(
false,
true),
38 BackgroundColor = Color.Brown,
42 TextAlign =
new Vector2(0.5f, 0.5f),
54 BackgroundColor = Color.Green,
55 FillEmptySpace =
new CUIBool2(
true,
false),
74 BackgroundColor = Color.Blue,
79 TextAlign =
new Vector2(0.5f, 0.5f),
80 FillEmptySpace =
new CUIBool2(
false,
true),
85 BackgroundColor = Color.Brown,
89 TextAlign =
new Vector2(0.5f, 0.5f),
90 FillEmptySpace =
new CUIBool2(
false,
true),
96 FillEmptySpace =
new CUIBool2(
true,
false),
102 BackgroundColor = Color.Green,
108 FillEmptySpace =
new CUIBool2(
true,
false),
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.
Resizing components to it's Height and placing them sequentially.
Resizing components to it's Width and placing them sequentially.