FMX.Effects.TGlowEffect.Opacity

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Opacity: Single read FOpacity write SetOpacity nodefault;

C++

__property float Opacity = {read=FOpacity, write=SetOpacity};

Properties

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

Description

Opacity represents the degree of opacity of the halo.

Opacity is a System.Single value that takes values between 0 and 1.

See Also