Show: Delphi
C++
Display Preferences
FMX.Filter.Effects.TSwipeTransitionEffect.MousePoint
From XE3 API Documentation
Delphi
property MousePoint: TPointF read GetMousePoint write SetMousePoint;
C++
__property System::Types::TPointF MousePoint = {read=GetMousePoint, write=SetMousePoint};
Contents |
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | FMX.Filter.Effects.pas FMX.Filter.Effects.hpp |
FMX.Filter.Effects | TSwipeTransitionEffect |
Description
Specifies the point after which the folding is made.
If MousePoint is not specifically set, its coordinates are considered equal to (5,5).