'Declaration Public Overloads Function Clone( _ ByVal assignDataBinding As Boolean, _ ByVal assignChildren As Boolean _ ) As RenderObject
public RenderObject Clone( bool assignDataBinding, bool assignChildren )
Parameters
- assignDataBinding
 - Indicates whether the DataBinding property should be cloned.
 - assignChildren
 - Indicates whether the Children property should be cloned.
 
Return Value
The newly created object.