Class Link
Clickable region that navigates to a destination, runs actions, or opens external resources when activated.
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class Link : Annotation, IFixedDocumentElement, IInstanceIdOwner, IContextClonable<Annotation>, IStructuralElement
Constructors
Link(Action)
Initializes a new instance of the Link class.
Declaration
public Link(Action action)
Parameters
|
Action
action
The first action in a collection of actions. |
Link(Destination)
Link(NamedDestination)
Properties
Action
Gets or sets the action for the link annotation.
Declaration
[Obsolete("Use Actions instead.")]
public Action Action { get; }
Property Value
|
Action
The action. |
Actions
Gets the ordered actions executed when the link is activated.
Declaration
public ActionCollection Actions { get; }
Property Value
|
ActionCollection
The action sequence to run. |
Destination
Gets the explicit destination the link navigates to when activated.
Declaration
public Destination Destination { get; }
Property Value
|
Destination
The target destination. |
NamedDestination
Gets the named destination resolved at runtime, as an alternative to explicit coordinates.
Declaration
public NamedDestination NamedDestination { get; }
Property Value
|
NamedDestination
The target named destination. |
Type
Returns the link annotation type.
Declaration
public override AnnotationType Type { get; }
Property Value
|
AnnotationType
The annotation type for links. |