FMX.Styles.Objects.TTouchAnimationAdapter.UnpressingDuration

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UnpressingDuration: Single read FUnpressingDuration write FUnpressingDuration  stored UnpressingDurationStored;

C++

__property float UnpressingDuration = {read=FUnpressingDuration, write=FUnpressingDuration, stored=UnpressingDurationStored};

Properties

Type Visibility Source Unit Parent
property published
FMX.Styles.Objects.pas
FMX.Styles.Objects.hpp
FMX.Styles.Objects TTouchAnimationAdapter

Description

The duration of the animation.

This property defines the duration of the second part of the animation, when the user stops pressing on an object.

See Also