FMX.Styles.Objects.TActiveStyleObject.TouchAnimation

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property TouchAnimation: TTouchAnimationAdapter read FTouchAnimation write SetTouchAnimation;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
FMX.Styles.Objects.pas
FMX.Styles.Objects.hpp
FMX.Styles.Objects TActiveStyleObject


Beschreibung

Repräsentiert die Touch-Animation des Stilobjekts.

Mit dieser Eigenschaft fügen Sie eine Touch-Animation als TTouchAnimationAdapter hinzu.

Siehe auch