[]
        
(Showing Draft Content)

C1.C1Preview.RenderTextBase.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 RenderTextBase, also copies RenderTextBase-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

The source object to copy properties from.

bool assignDataBinding

Indicates whether the C1.C1Preview.DataBinding property should be copied.

bool assignChildren

Indicates whether the elements of the Children collection should be copied.

bool assignAnchors

Indicates whether the elements of the Anchors collection should be copied.

bool assignHyperlink

Indicates whether the Hyperlink property should be copied.

bool assignName

Indicates whether the Name property should be copied.

bool assignStyle

Indicates whether the Style property should be copied.

Overrides