ClassLocation
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
Location()
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.
Declaration
public Location()
Properties
Left
Gets or sets the X coordinate to align in the viewport; null preserves current horizontal scroll.
Declaration
public double? Left { get; set; }
Property Value
The left coordinate in points, or null to preserve the current horizontal position.
Top
Gets or sets the Y coordinate to align in the viewport; null preserves current vertical scroll.
Declaration
public double? Top { get; set; }
Property Value
The top coordinate in points, or null to preserve the current vertical position.