[]
Clones the current RenderObject.
public RenderObject Clone(bool assignDataBinding, bool assignChildren)
| 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)
| 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)
| 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()
| Type | Description |
|---|---|
| RenderObject | The newly created object. |