[]
        
(Showing Draft Content)

FarPoint.Win.CanvasContainerBase.-ctor

CanvasContainerBase Constructor

CanvasContainerBase()

Handles the settings for the base for the canvas container.

Declaration
public CanvasContainerBase()
Public Sub New()

CanvasContainerBase(object)

Handles the settings for the base for the canvas container with the clone specified.

Declaration
public CanvasContainerBase(object cloneFrom)
Public Sub New(cloneFrom As Object)
Parameters
Type Name Description
object cloneFrom

Object from which to clone the new canvas container

CanvasContainerBase(object, bool)

Handles the settings for the canvas container with the clone specified and whether no parent.

Declaration
public CanvasContainerBase(object cloneFrom, bool noParent)
Public Sub New(cloneFrom As Object, noParent As Boolean)
Parameters
Type Name Description
object cloneFrom

Object from which to clone the new canvas container

bool noParent

Whether no parent