Constructor Container
Container()
Constructor
Declaration
public Container()
Container(string)
Constructor for a container without header
Declaration
public Container(string id)
Parameters
Type | Name | Description |
---|---|---|
string | id | The id of the container |
Container(string, ObservableList<Widget>)
Constructor.
Declaration
public Container(string displayName, ObservableList<DebugUI.Widget> children)
Parameters
Type | Name | Description |
---|---|---|
string | displayName | Display name of the container. |
ObservableList<DebugUI.Widget> | children | List of attached children. |