FMX.MultiView.Types.TShadowAppearance.Enabled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Enabled: Boolean read FEnabled write SetEnabled default DefaultEnabled;

C++

__property bool Enabled = {read=FEnabled, write=SetEnabled, default=1};

Properties

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

Description

Specifies whether the master pane shadow appears on the screen.

Use the Enabled property to control the visibility of the shadow at run time. By default, the Enabled property is set to true (the shadow is visible).

See Also