[]
Handles the settings for the base for the canvas container.
public CanvasContainerBase()
Public Sub New()
Handles the settings for the base for the canvas container with the clone specified.
public CanvasContainerBase(object cloneFrom)
Public Sub New(cloneFrom As Object)
Type | Name | Description |
---|---|---|
object | cloneFrom | Object from which to clone the new canvas container |
Handles the settings for the canvas container with the clone specified and whether no parent.
public CanvasContainerBase(object cloneFrom, bool noParent)
Public Sub New(cloneFrom As Object, noParent As Boolean)
Type | Name | Description |
---|---|---|
object | cloneFrom | Object from which to clone the new canvas container |
bool | noParent | Whether no parent |