Testing Layouts.
More...
Testing Layouts.
Definition at line 20 of file GridLayoutTest.cs.
◆ Grid()
Definition at line 22 of file GridLayoutTest.cs.
23 {
25
27 {
29
30 GridTemplateColumns = "75% 25%",
31 GridTemplateRows = "50% 50%",
32 };
33
35 {
36 BackgroundColor = Color.Blue,
37 GridCell = new Point(0, 0),
38 });
39
41
43 }
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.
A Grid containing children in its cells.
The documentation for this class was generated from the following file: