[]
Assigns (copies) properties from another RenderObject to the current object.
Calls the base AssignFrom(RenderObject, bool, bool, bool, bool, bool, bool) method.
If source is a RenderText, also copies RenderText-specific properties.
public override void AssignFrom(RenderObject source, bool assignDataBinding, bool assignChildren, bool assignAnchors, bool assignHyperlink, bool assignName, bool assignStyle)
| Type | Name | Description |
|---|---|---|
| RenderObject | source | |
| bool | assignDataBinding | |
| bool | assignChildren | |
| bool | assignAnchors | |
| bool | assignHyperlink | |
| bool | assignName | |
| bool | assignStyle |