ClassHyperlink
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:
cs-api-definition
public class Hyperlink : Field
Inheritance: objectFieldHyperlink
Inherited Members
Constructors
Hyperlink(RadFlowDocument)
Initializes a new instance of the Hyperlink class.
Declaration
cs-api-definition
public Hyperlink(RadFlowDocument document)
Parameters
document
The document.
Properties
IsAnchor
Gets whether the hyperlink targets an internal bookmark rather than an external URI.
ToolTip
Gets the tooltip text displayed when hovering over the hyperlink.
Methods
IsSwitchWithArgumentOverride(string)
Determines whether a switch can have an argument.