API:FMX.MultiView.TMultiView.ShadowOptions
Delphi
property ShadowOptions;
C++
__property ShadowOptions;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FMX.MultiView.pas FMX.MultiView.hpp |
FMX.MultiView | TMultiView |
Description
Handles appearance options of a shadow that the master pane casts on the detail pane.
FMX.MultiView.TMultiView.ShadowOptions inherits from FMX.MultiView.TCustomMultiView.ShadowOptions. All content below this line refers to FMX.MultiView.TCustomMultiView.ShadowOptions. Handles appearance options of a shadow that the master pane casts on the detail pane.
With ShadowOptions property, you can handle the following appearance options of the shadow:
- Color: specifies the shadow color.
- Enabled: enables or disables the shadow.
- Opacity: specifies the opacity level of the shadow.