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 ComponentTest : FillMethods
26 Options =
new string[]{
27 "123",
"bebebe",
"321"
36 HideChildrenOutsideFrame =
false,
38 {
"BackgroundColor",
"White"},
44 FillEmptySpace =
new CUIBool2(
true,
false),
45 Options =
new string[]{
46 "123",
"bebebe",
"321"
54 Options =
new string[]{
55 "123",
"bebebe",
"321"
Base class for all components.
virtual CUIComponent Append(CUIComponent child, string name=null, [CallerMemberName] string memberName="")
Adds children to the end of the list.
Drop down list, aka Select.
Draggable and resizable container for other components.
Resizing components to it's Height and placing them sequentially.
In Fact just an observable dict.