Class GoToAction
Represents an action that navigates to a specific destination within the current document or to a named destination.
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Actions
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class GoToAction : Action
  Constructors
GoToAction()
GoToAction(Destination)
GoToAction(NamedDestination)
Properties
Destination
Gets or sets the specific destination that this action will navigate to when executed.
Declaration
public Destination Destination { get; set; }
  Property Value
| 
        Destination
         The destination object that defines the target location within the document.  | 
    
NamedDestination
Gets or sets the named destination that this action will navigate to when executed.
Declaration
public NamedDestination NamedDestination { get; set; }
  Property Value
| 
        NamedDestination
         The named destination object that references a location by name rather than explicit coordinates.  |