FMX.InertialMovement.TAniCalculations.ViewportPositionF

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ViewportPositionF: TPointF read GetViewportPositionF

C++

__property System::Types::TPointF ViewportPositionF = {read=GetViewportPositionF, write=SetViewportPositionF};

Properties

Type Visibility Source Unit Parent
property public
FMX.InertialMovement.pas
FMX.InertialMovement.hpp
FMX.InertialMovement TAniCalculations

Description

Coordinates of the origin of the scrolling viewport specified as the offset from the origin of the scroll component.

Coordinates are specified as the TPointF point defining the origin of the scrolling viewport in relation to the origin of the content layout of this scroll component.

A scrolling viewport (or viewport) is a rectangle bounding all controls placed on the content layout of this scroll component.

See Also