Class Link
Represents a link annotation that can navigate to destinations, execute actions, or open 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 collection of actions that will be executed sequentially when the link is activated.
Declaration
public ActionCollection Actions { get; }
Property Value
ActionCollection
The ordered collection of actions to be performed. |
Destination
Gets the specific destination that the link navigates to when activated.
Declaration
public Destination Destination { get; }
Property Value
Destination
The destination object. |
NamedDestination
Gets the named destination that the link navigates to when activated.
Declaration
public NamedDestination NamedDestination { get; }
Property Value
NamedDestination
The named destination object that references a location by name rather than explicit coordinates. |
Type
Gets the type of the annotation.
Declaration
public override AnnotationType Type { get; }
Property Value
AnnotationType
The type of the annotation. |