[]
        
(Showing Draft Content)

C1.C1Preview.RenderObject.Clone

Clone Method

Clone(bool, bool)

Clones the current RenderObject.

Declaration
public RenderObject Clone(bool assignDataBinding, bool assignChildren)
Public Function Clone(assignDataBinding As Boolean, assignChildren As Boolean) As RenderObject
Parameters
Type Name Description
bool assignDataBinding

Indicates whether the DataBinding property should be cloned.

bool assignChildren

Indicates whether the Children property should be cloned.

Returns
Type Description
RenderObject

The newly created object.

Clone(bool, bool, bool, bool, bool, bool)

Clones the current RenderObject.

Declaration
public RenderObject Clone(bool assignDataBinding, bool assignChildren, bool assignAnchors, bool assignHyperlink, bool assignName, bool assignStyle)
Public Function Clone(assignDataBinding As Boolean, assignChildren As Boolean, assignAnchors As Boolean, assignHyperlink As Boolean, assignName As Boolean, assignStyle As Boolean) As RenderObject
Parameters
Type Name Description
bool assignDataBinding

Indicates whether the DataBinding property should be cloned.

bool assignChildren

Indicates whether the Children property should be cloned.

bool assignAnchors

Indicates whether the Anchors property should be cloned.

bool assignHyperlink

Indicates whether the Hyperlink property should be cloned.

bool assignName

Indicates whether the Name property should be cloned.

bool assignStyle

Indicates whether the Style property should be cloned.

Returns
Type Description
RenderObject

The newly created object.

Clone(bool, bool, bool, bool)

Clones the current RenderObject.

Declaration
public RenderObject Clone(bool assignDataBinding, bool assignChildren, bool assignAnchors, bool assignHyperlink)
Public Function Clone(assignDataBinding As Boolean, assignChildren As Boolean, assignAnchors As Boolean, assignHyperlink As Boolean) As RenderObject
Parameters
Type Name Description
bool assignDataBinding

Indicates whether the DataBinding property should be cloned.

bool assignChildren

Indicates whether the Children property should be cloned.

bool assignAnchors

Indicates whether the Anchors property should be cloned.

bool assignHyperlink

Indicates whether the Hyperlink property should be cloned.

Returns
Type Description
RenderObject

The newly created object.

Clone()

Clones the current RenderObject.

Declaration
public RenderObject Clone()
Public Function Clone() As RenderObject
Returns
Type Description
RenderObject

The newly created object.