Class
BoundingRectangleVerticalFit

Destination that scales content's bounding rectangle to fit the viewport height while preserving aspect ratio; horizontal position can be adjusted via Left.

Definition

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

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

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

Inheritance: objectFixedDocumentElementBaseDestinationBoundingRectangleVerticalFit

Implements: IFixedDocumentElement

Inherited Members Destination.PageFixedDocumentElementBase.Parent

Constructors

BoundingRectangleVerticalFit()

Initialize a destination that fits the height of the page content bounds to the viewport; optionally position by Left.

Declaration

cs-api-definition
public BoundingRectangleVerticalFit()

Properties

Left

Gets or sets the X offset applied after vertical fit; when null aligns the rectangle's left edge to the viewport.

Declaration

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

Property Value

double?

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