[]
        
(Showing Draft Content)

C1.WPF.Document.C1Hyperlink.LinkTarget

LinkTarget Property

Determines the target of the current hyperlink.

Declaration
public C1LinkTargetBase LinkTarget { get; set; }
<p>The hyperlink target is described by an instance of a class derived from <xref href="C1.WPF.Document.C1LinkTargetBase" data-throw-if-not-resolved="false"></xref>,

and can be of one of the following types:

  • C1LinkTarget An anchor defined within the current or external document.
  • C1LinkTargetFile An external document, program or URL. The ShellExecute API is used to invoke the link.