Location
Destination that scrolls to an explicit point on a page with optional zoom factor.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Navigation
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
public class Location : Destination, IFixedDocumentElement
Inheritance: objectFixedDocumentElementBaseDestinationLocation
Implements:
Inherited Members
Constructors
Initialize a location destination with no fixed offsets or zoom; unless Left, Top, or Zoom are set later, navigation preserves the viewer's current position and scale.
public Location()
Properties
Gets or sets the X coordinate to align in the viewport; null preserves current horizontal scroll.
public double? Left { get; set; }
The left coordinate in points, or null to preserve the current horizontal position.
Coordinates are in document space with origin at the top-left. X increases to the right and Y increases downward.
Gets or sets the Y coordinate to align in the viewport; null preserves current vertical scroll.
public double? Top { get; set; }
The top coordinate in points, or null to preserve the current vertical position.
Coordinates are in document space with origin at the top-left. X increases to the right and Y increases downward.