C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / ParagraphObject Class / AssignFrom Method
The object to copy the properties from.

In This Topic
AssignFrom Method (ParagraphObject)
In This Topic
Assigns (copies) properties from another ParagraphObject to the current object.
Syntax
'Declaration
 
Public Overridable Sub AssignFrom( _
   ByVal source As ParagraphObject _
) 
 

Parameters

source
The object to copy the properties from.
See Also