Class Link
Represents link annotation.
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class Link : Annotation, IFixedDocumentElement, IInstanceIdOwner, IContextClonable<Annotation>
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 actions for the link annotation.
Declaration
public ActionCollection Actions { get; }
Property Value
ActionCollection
The actions. |
Destination
Gets the destination for the link action.
Declaration
public Destination Destination { get; }
Property Value
Destination
The destination. |
NamedDestination
Gets the named destination for the link annotation.
Declaration
public NamedDestination NamedDestination { get; }
Property Value
NamedDestination
The named destination. |
Type
Gets the type of the annotation.
Declaration
public override AnnotationType Type { get; }
Property Value
AnnotationType
The type of the annotation. |