Class GoToAction
Represents go to action.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 destination for the action.
Declaration
public Destination Destination { get; set; }
Property Value
Destination
The destination. |
NamedDestination
Gets or sets the named destination for the action.
Declaration
public NamedDestination NamedDestination { get; set; }
Property Value
NamedDestination
The named destination. |