FMX.Effects.TShadowEffect.Distance

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Distance: Single read FDistance write SetDistance;

C++

__property float Distance = {read=FDistance, write=SetDistance};

Properties

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

Description

Specifies the distance between the shadow and the visual object to which TShadowEffect is applied.

See Also