FMX.Effects.TShadowEffect.Softness

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Softness: Single read FSoftness write SetSoftness nodefault;

C++

__property float Softness = {read=FSoftness, write=SetSoftness};

Properties

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

Description

Specifies the amount of blur applied to the shadow.

Softness is a System.Single value that takes values in the range from 0 through 9.

See Also