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

Description

Softness represents the blur amount applied to the the halo glow.

Softness is a System.Single value that takes values between 0 and 9.


See Also