[]
        
(Showing Draft Content)

C1.C1Preview.RenderObject.Clone

Clone Method

Clone(bool, bool)

Clones the current RenderObject.

Declaration
public RenderObject Clone(bool assignDataBinding, bool assignChildren)
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)
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)
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()
Returns
Type Description
RenderObject

The newly created object.