FMX.Effects.TInnerGlowEffect.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 TInnerGlowEffect

Description

Specifies the blur amount applied to the halo glow.

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

See Also