ComponentOne Document Library for UWP
LinkTarget Property (C1Hyperlink)

C1.UWP.Document Assembly > C1.Xaml.Document Namespace > C1Hyperlink Class : LinkTarget Property
Determines the target of the current hyperlink.
Syntax
'Declaration
 
Public Property LinkTarget As C1LinkTargetBase
public C1LinkTargetBase LinkTarget {get; set;}
Remarks

The hyperlink target is described by an instance of a class derived from C1LinkTargetBase, and can be of one of the following types:

See Also

Reference

C1Hyperlink Class
C1Hyperlink Members