FMX.InertialMovement.TAniCalculations.ViewportPosition
Delphi
property ViewportPosition: TPointD read FViewportPosition
C++
__property TPointD ViewportPosition = {read=FViewportPosition, write=SetViewportPosition};
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 content layout of this scroll component.
Coordinates are specified as the TPointD 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.