AssignFrom(RenderObject,Boolean,Boolean) Method
 
            
                In This Topic
            
            Assigns (copies) properties from another 
RenderObject to the current object. The list of fragments (the 
Fragments property) is neither copied nor changed. Properties 
UserData, 
PageNumberingChange are copied by reference. The 
Name property is not copied.
 
            
            
            Syntax
            
        
            Parameters
- source
 
- The source object to copy properties from.
 - assignDataBinding
 
- Indicates whether the DataBinding property should be copied.
 - assignChildren
 
- Indicates whether the elements of the Children collection should be copied.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also