New to Telerik UI for WPFStart a free 30-day trial

Represents the single page info.

Definition

Constructors

Initializes a new instance of the SinglePageInfo class.

C#
public SinglePageInfo(double topOffsetInPresenter, double bottomPositionInView, bool intersectsHorizontally, bool intersectsVertically, RadFixedPage page, Rect positionInView, GeneralTransform transformations)
Parameters:topOffsetInPresenterdouble

The top offset in presenter.

bottomPositionInViewdouble

The bottom position in view.

intersectsHorizontallybool

The intersects hotizontally.

intersectsVerticallybool

The intersects vertically.

pageRadFixedPage

The page.

positionInViewRect

The position in view.

transformationsGeneralTransform

The transformations.

Properties

Gets the bottom position in view.

C#
public double BottomPositionInView { get; }
Property Value:

The bottom position in view.

Gets a value indicating wheter the page intersects with the viewport.

C#
public bool IntersectsWithViewport { get; }
Property Value:

The value indicating wheter the page intersects with the viewport.

Gets a value indicating wheter the page intersects with the viewport horizontally.

C#
public bool IntersectsWithViewportHorizontally { get; }
Property Value:

The value indicating wheter the page intersects with the viewport horizontally.

Gets a value indicating wheter the page intersects with the viewport vertically.

C#
public bool IntersectsWithViewportVertically { get; }
Property Value:

The value indicating wheter the page intersects with the viewport vertically.

Gets the left position in view.

C#
public double LeftPositionInView { get; }
Property Value:

The left position in view.

Gets the top position in view.

C#
public double TopPositionInView { get; }
Property Value:

The top position in view.

Gets the vertical offset.

C#
public double VerticalOffset { get; }
Property Value:

The vertical offset.