FMX.Effects.TReflectionEffect.Length

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Length: Single read FLength write SetLength;

C++

__property float Length = {read=FLength, write=SetLength};

Properties

Type Visibility Source Unit Parent
property published
FMX.Effects.pas
FMX.Effects.hpp
FMX.Effects TReflectionEffect

Description

Specifies the length of the reflection as a percentage of the visual component's height.

Length is a System.Single value that takes values in the range from 0.1 through 1.

See Also