[]
        
(Showing Draft Content)

C1.C1Preview.RenderTextFragmentBase.AssignFrom

AssignFrom Method

AssignFrom(RenderFragment)

Assigns (copies) properties from another RenderFragment to the current object.

Declaration
public override void AssignFrom(RenderFragment source)
Parameters
Type Name Description
RenderFragment source

The source object to copy properties from.

Overrides