ComponentOne FlexReport for UWP
AssignFrom Method (C1Hyperlink)

C1.UWP.Document Assembly > C1.Xaml.Document Namespace > C1Hyperlink Class : AssignFrom Method
The source object to copy properties from.
Copies the properties of the specified object to the current object.
Syntax
'Declaration
 
Public Sub AssignFrom( _
   ByVal source As C1Hyperlink _
) 
public void AssignFrom( 
   C1Hyperlink source
)

Parameters

source
The source object to copy properties from.
See Also

Reference

C1Hyperlink Class
C1Hyperlink Members