FMX.Filter.Effects.TSwipeTransitionEffect.Back

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Back: TBitmap read FBack write SetBack;

C++

__property Fmx::Graphics::TBitmap* Back = {read=FBack, write=SetBack};

Properties

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

Description

Represents the transition between the original image and the Target.

If Back does not have an image, the default setting (blank image) comes into effect.

See Also