ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Objects Namespace / RtfHyperlink Class / RtfHyperlink Constructor / RtfHyperlink Constructor(String,Color,RtfUnderlineStyle)
The target object (URL, bookmark ...) as string.
The text color of the hyperlink.
The underline type of the hyperlink.

In This Topic
    RtfHyperlink Constructor(String,Color,RtfUnderlineStyle)
    In This Topic
    The Word/RTF hyperlink constructor with attributes.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal target As String, _
       ByVal color As Color, _
       ByVal underline As RtfUnderlineStyle _
    )
    public RtfHyperlink( 
       string target,
       Color color,
       RtfUnderlineStyle underline
    )

    Parameters

    target
    The target object (URL, bookmark ...) as string.
    color
    The text color of the hyperlink.
    underline
    The underline type of the hyperlink.
    See Also