FMX.Styles.Objects.TTouchAnimationAdapter.CustomPaint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CustomPaint: TCustomPaint read FCustomPaint write FCustomPaint;

C++

__property TCustomPaint CustomPaint = {read=FCustomPaint, write=FCustomPaint};

Properties

Type Visibility Source Unit Parent
event public
FMX.Styles.Objects.pas
FMX.Styles.Objects.hpp
FMX.Styles.Objects TTouchAnimationAdapter

Description

Method that is executed when the animation runs.

See Also