FMX.MultiView.Types.TShadowAppearance.Opacity

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Opacity: Single read FOpacity write SetOpacity stored IsOpacityStored nodefault;

C++

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

Properties

Type Visibility Source Unit Parent
property published
FMX.MultiView.Types.pas
FMX.MultiView.Types.hpp
FMX.MultiView.Types TShadowAppearance

Description

Specifies the opacity level of a shadow that the master pane casts on the detail pane.

By default, the Opacity property is set to 0.3.

See Also