Class Hyperlink
A hyperlink field.
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.Model.Fields
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class Hyperlink : Field
Constructors
Hyperlink(RadFlowDocument)
Initializes a new instance of the Hyperlink class.
Declaration
public Hyperlink(RadFlowDocument document)
Parameters
RadFlowDocument
document
The document. |
Properties
IsAnchor
Gets a value indicating if the hyperlink points to a bookmark.
Declaration
public bool IsAnchor { get; }
Property Value
System.Boolean
The is anchor. |
ToolTip
Gets the tool tip.
Declaration
public string ToolTip { get; }
Property Value
System.String
The tool tip. |
Uri
Gets the URI.
Declaration
public string Uri { get; }
Property Value
System.String
The URI. |
Methods
IsSwitchWithArgumentOverride(String)
Determines whether a switch can have an argument.
Declaration
protected override bool IsSwitchWithArgumentOverride(string switchKey)
Parameters
System.String
switchKey
The switch key. |
Returns
System.Boolean
True if the switch can have argument. |