FMX.Filter.Effects.TSwipeTransitionEffect.Deep
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.

