ContainerRuntime
Introduction
Example - Creating a ContainerRuntime
// Initialize
var container = new ContainerRuntime();
container.Width = 150; // by default, containers use absolute width...
container.Height = 150; // ...and height.
container.AddToManagers(SystemManagers.Default, null);Children (Containers as Parents)
Last updated
Was this helpful?

