[]
        
(Showing Draft Content)

C1.C1Preview.RenderFragment.AssignFrom

AssignFrom Method

AssignFrom(RenderFragment)

Assigns (copies) properties from another RenderFragment to the current object. Clones Children by cloning all its elements.

Declaration
public virtual void AssignFrom(RenderFragment source)
Public Overridable Sub AssignFrom(source As RenderFragment)
Parameters
Type Name Description
RenderFragment source

The source object to copy properties from.