ClassDestination
Class
Base type for navigation targets that instruct a viewer how to display a page (location, fit or zoom) when triggered.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Navigation
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
cs-api-definition
public abstract class Destination : FixedDocumentElementBase, IFixedDocumentElement
Inheritance: objectFixedDocumentElementBaseDestination
Derived Classes:
Implements:
Inherited Members
Constructors
Destination()
Initialize a destination base instance for page navigation; derived types specify how the viewer positions and scales the target page.
Declaration
cs-api-definition
protected Destination()
Properties
Page
Gets or sets the target page within the document that this destination refers to. When navigating to this destination, the viewer will display this specific page.
Declaration
cs-api-definition
public RadFixedPage Page { get; set; }
Property Value
The RadFixedPage object that will be displayed when navigating to this destination.