vcl-cxlookandfeels-dot-tcxcustomlookandfeelcontroller-c491fd2c.md
Specifies if a skinned application form casts a shadow.
property ShowFormShadow: TdxDefaultBoolean read; write; default dxDefaultSkinShowFormShadow;
| Type | Default | Description |
|---|---|---|
| TdxDefaultBoolean | dxDefaultSkinShowFormShadow |
2 pixels.|
Any DevExpress form (a TdxCustomForm or TdxForm class descendant instance) can also draw a nonfunctional underlying form to imitate a shadow if the active skin draws form borders whose width does not exceed 2 pixels.
Set the ShowFormShadow property to bTrue or bFalse to enable or disable the form shadow effect at the global level.
Note
The ShowFormShadow property maps to the dxSkinShowFormShadow global variable. All skin controller instances share the same ShowFormShadow property value.
TdxSkinForm.ShowFormShadow and TdxCustomRibbonForm.ShowFormShadow properties allow you to override the global form shadow visibility setting at the level of individual forms.
The ShowFormShadow property’s default value is bDefault.
See Also
TcxCustomLookAndFeelController.Reset Procedure
TcxCustomLookAndFeelController.UseImageSet Property
TcxCustomLookAndFeelController Class