FMX.Filter.Effects.TSwipeTransitionEffect.Deep

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Deep: Single read GetDeep write SetDeep nodefault;

C++

__property float Deep = {read=GetDeep, write=SetDeep};

Properties

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

Description

Indicates the depth of the fold.

Deep is a System.Single number that takes values in the range from 0.00 through 100.00.

If Deep is not explicitly set, it is considered equal to 50.00.

The following images show the effect of the Deep property when it is set to 0 and when it is set to 60.

Deep0.png Deep60.png

See Also