[]
Clones the current RenderObject.
public RenderObject Clone(bool assignDataBinding, bool assignChildren)
Public Function Clone(assignDataBinding As Boolean, assignChildren As Boolean) As RenderObject
| Type | Name | Description |
|---|---|---|
| bool | assignDataBinding | Indicates whether the DataBinding property should be cloned. |
| bool | assignChildren | Indicates whether the Children property should be cloned. |
| Type | Description |
|---|---|
| RenderObject | The newly created object. |
Clones the current RenderObject.
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
| 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. |
| Type | Description |
|---|---|
| RenderObject | The newly created object. |
Clones the current RenderObject.
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
| 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. |
| Type | Description |
|---|---|
| RenderObject | The newly created object. |
Clones the current RenderObject.
public RenderObject Clone()
Public Function Clone() As RenderObject
| Type | Description |
|---|---|
| RenderObject | The newly created object. |