[]
        
(Showing Draft Content)

C1.C1Preview.ParagraphText.AssignFrom

AssignFrom Method

AssignFrom(ParagraphObject)

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

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

The source object to copy properties from.

Overrides