Hyperlink
Class
Represents a HYPERLINK field that creates clickable links to URIs or internal bookmarks within the document.
Definition
Namespace:Telerik.Windows.Documents.Flow.Model.Fields
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
C#
public class Hyperlink : Field
Inheritance: objectFieldHyperlink
Inherited Members
Constructors
Initializes a new instance of the Hyperlink class.
Methods
Properties
Gets whether the hyperlink targets an internal bookmark rather than an external URI.
C#
public bool IsAnchor { get; }
The is anchor.
Gets the tooltip text displayed when hovering over the hyperlink.
C#
public string ToolTip { get; }
The tool tip.