FMX.Filter.Effects.TSwipeTransitionEffect.MousePoint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MousePoint: TPointF read GetMousePoint write SetMousePoint;

C++

__property System::Types::TPointF MousePoint = {read=GetMousePoint, write=SetMousePoint};

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).

See Also

Code Example