ComponentOne Document Library for UWP
AssignFrom Method (ShapeBase)

C1.UWP.Document Assembly > C1.Xaml.Document Namespace > ShapeBase Class : AssignFrom Method
The source object to copy properties from.
Assigns (copies) properties from another ShapeBase to the current object.
Syntax
'Declaration
 
Public Overridable Sub AssignFrom( _
   ByVal source As ShapeBase _
) 
public virtual void AssignFrom( 
   ShapeBase source
)

Parameters

source
The source object to copy properties from.
See Also

Reference

ShapeBase Class
ShapeBase Members