vcl-dxribbonform-dot-tdxcustomribbonform-5ed01d9a.md
Specifies if the Ribbon form casts a shadow.
property ShowFormShadow: TdxDefaultBoolean read; write; default bDefault;
| Type | Default | Description |
|---|---|---|
| TdxDefaultBoolean | bDefault |
|
Set the ShowFormShadow property to bTrue or bFalse to explicitly enable or disable the shadow effect for the form.
The ShowFormShadow property’s default value is bDefault.
The default ShowFormShadow property value indicates that the global form shadow visibility setting (accessible through the ShowFormShadow property of a TdxSkinController component) specifies if the form casts a shadow.
See Also
TdxSkinForm.ShowFormShadow Property