[]
        
(Showing Draft Content)

C1.C1Preview.RenderText.AssignFrom

AssignFrom Method

AssignFrom(RenderObject, bool, bool, bool, bool, bool, bool)

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.

Declaration
public override void AssignFrom(RenderObject source, bool assignDataBinding, bool assignChildren, bool assignAnchors, bool assignHyperlink, bool assignName, bool assignStyle)
Parameters
Type Name Description
RenderObject source
bool assignDataBinding
bool assignChildren
bool assignAnchors
bool assignHyperlink
bool assignName
bool assignStyle
Overrides