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

Description

Specifies the degree of opacity of the shadow.

Opacity is a System.Single value that takes values in the range from 0 through 1.

See Also