FMX.Filter.Effects.TSwipeTransitionEffect.Target

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Target: TBitmap read FTarget write SetTarget;

C++

__property Fmx::Graphics::TBitmap* Target = {read=FTarget, write=SetTarget};

Properties

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

Description

Represents the resulting image after the transition is made.

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

See Also