FMX.Types.IFlasher.Size

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Size: TSizeF read GetSize;

C++

__property System::Types::TSizeF Size = {read=GetSize};

Properties

Type Visibility Source Unit Parent
property public
FMX.Types.pas
FMX.Types.hpp
FMX.Types IFlasher

Description

Keeps the TSizeF size of the flasher shape.

Size keeps the flasher's floating-point width and height in the TSizeF type property.

See Also