FMX.Ani.TFloatKeyAnimation.Keys

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Keys: TKeys read FKeys write SetKeys;

C++

__property TKeys* Keys = {read=FKeys, write=SetKeys};

Properties

Type Visibility Source Unit Parent
property published
FMX.Ani.pas
FMX.Ani.hpp
FMX.Ani TFloatKeyAnimation

Description

Specifies the collection of floating-point keys. These floating point keys will be used to change the dimensions of the specified property to animate (shift the dimensions).

See Also