[]
        
(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)
Public Overrides Sub AssignFrom(source As RenderObject, assignDataBinding As Boolean, assignChildren As Boolean, assignAnchors As Boolean, assignHyperlink As Boolean, assignName As Boolean, assignStyle As Boolean)
Parameters
Type Name Description
RenderObject source
bool assignDataBinding
bool assignChildren
bool assignAnchors
bool assignHyperlink
bool assignName
bool assignStyle
Overrides