FMX.Ani.TKey.Key

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Key: Single read FKey write SetKey;

C++

__property float Key = {read=FKey, write=SetKey};

Properties

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

Description

Specifies the value of the key item. The value is represented as a Single.

See Also