Document Library for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / C1Hyperlink Class / AssignFrom Method
The source object to copy properties from.

In This Topic
    AssignFrom Method (C1Hyperlink)
    In This Topic
    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