FMX.Filter.Effects.TSwipeTransitionEffect.CornerPoint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CornerPoint: TPointF read GetCornerPoint write SetCornerPoint;

C++

__property System::Types::TPointF CornerPoint = {read=GetCornerPoint, write=SetCornerPoint};

Properties

Type Visibility Source Unit Parent
property public
FMX.Filter.Effects.pas
FMX.Filter.Effects.hpp
FMX.Filter.Effects TSwipeTransitionEffect

Description

Specifies from which corner the transition starts.

If CornerPoint is not explicitly set, its coordinates are considered equal to (0,0).

Note: When the coordinates do not match the coordinates of the corners, the nearest corner is chosen.

See Also