Class
PageHorizontalFit

Destination that scales the page so its width matches the viewport width, preserving aspect ratio; vertical offset may be specified via Top.

Definition

Namespace:Telerik.Windows.Documents.Fixed.Model.Navigation

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

cs-api-definition
public class PageHorizontalFit : Destination, IFixedDocumentElement

Inheritance: objectFixedDocumentElementBaseDestinationPageHorizontalFit

Implements: IFixedDocumentElement

Inherited Members Destination.PageFixedDocumentElementBase.Parent

Constructors

PageHorizontalFit()

Initializes a destination that zooms to fit the page width within the viewport while preserving layout proportions.

Declaration

cs-api-definition
public PageHorizontalFit()

Properties

Top

Gets or sets the Y offset applied after horizontal fit; null aligns the page top to the viewport top.

Declaration

cs-api-definition
public double? Top { get; set; }

Property Value

double?

The top coordinate in points, or null to position at the top of the viewport.