Class
Link

Clickable region that navigates to a destination, runs actions, or opens external resources when activated.

Definition

Namespace:Telerik.Windows.Documents.Fixed.Model.Annotations

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

cs-api-definition
public class Link : Annotation, IFixedDocumentElement, IStructuralElement

Inheritance: objectFixedDocumentElementBaseAnnotationLink

Implements: IFixedDocumentElementIStructuralElement

Inherited Members Annotation.RectAnnotation.BorderAnnotation.IsPrintableAnnotation.StructureTagFixedDocumentElementBase.Parent

Constructors

Initializes a new instance of the Link class.

Declaration

cs-api-definition
public Link(Action action)

Parameters

action

Action

The first action in a collection of actions.

Initializes a new instance of the Link class.

Declaration

cs-api-definition
public Link(Destination destination)

Parameters

destination

Destination

The destination to navigate to when the link is activated.

Initializes a new instance of the Link class.

Declaration

cs-api-definition
public Link(NamedDestination namedDestination)

Parameters

namedDestination

NamedDestination

The named destination to navigate to when the link is activated.

Properties

Gets the ordered actions executed when the link is activated.

Declaration

cs-api-definition
public ActionCollection Actions { get; }

Property Value

ActionCollection

The action sequence to run.

Gets the explicit destination the link navigates to when activated.

Declaration

cs-api-definition
public Destination Destination { get; }

Property Value

Destination

The target destination.

Gets the named destination resolved at runtime, as an alternative to explicit coordinates.

Declaration

cs-api-definition
public NamedDestination NamedDestination { get; }

Property Value

NamedDestination

The target named destination.

Returns the link annotation type.

Declaration

cs-api-definition
public override AnnotationType Type { get; }

Property Value

AnnotationType

The annotation type for links.

Overrides Annotation.Type