FMX.Styles.Objects.TButtonStyleObject.TouchAnimation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TouchAnimation: TTouchAnimationAdapter read FTouchAnimation write SetTouchAnimation;

C++

__property TTouchAnimationAdapter* TouchAnimation = {read=FTouchAnimation, write=SetTouchAnimation};

Properties

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

Description

Represents the touch animation of the style object.

Use this property to add a touch animation as a TTouchAnimationAdapter.

See Also