Class
BoundingRectangleHorizontalFit

Destination that scales content's bounding rectangle to fit the viewport width while preserving original aspect ratio; vertical position can be adjusted via Top.

Definition

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

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

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

Inheritance: objectFixedDocumentElementBaseDestinationBoundingRectangleHorizontalFit

Implements: IFixedDocumentElement

Inherited Members Destination.PageFixedDocumentElementBase.Parent

Constructors

BoundingRectangleHorizontalFit()

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

Declaration

cs-api-definition
public BoundingRectangleHorizontalFit()

Properties

Top

Gets or sets the Y offset applied after horizontal fit; when null the top of the box aligns with 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.