Class HyperlinkInfo
Represents information about a hyperlink.
Inheritance
System.Object
HyperlinkInfo
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Documents.dll
Syntax
public class HyperlinkInfo : Object
Constructors
HyperlinkInfo()
Properties
IsAnchor
Gets or sets a value indicating whether this instance is anchor (points to a bookmark in the document).
Declaration
[XamlSerializable(false)]
public bool IsAnchor { get; set; }
Property Value
System.Boolean
|
NavigateUri
Target
Gets or sets the target of the hyperlink.
Declaration
[XamlSerializable]
public HyperlinkTargets Target { get; set; }
Property Value
HyperlinkTargets
The target. |
Methods
CreateDeepCopy()
Creates a deep copy of this instance.
Declaration
public HyperlinkInfo CreateDeepCopy()
Returns
HyperlinkInfo
The copied object. |