TcxCustomLookAndFeelController.ShowFormShadow Property
Specifies if a skinned application form casts a shadow.
#Declaration
property ShowFormShadow: TdxDefaultBoolean read; write; default dxDefaultSkinShowFormShadow;
#Property Value
Type | Default | Description |
---|---|---|
Tdx |
dx |
#Remarks
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 Show
property maps to the dxShow
property value.
#Individual Form Shadow Visibility
TdxSkinForm.ShowFormShadow and TdxCustomRibbonForm.ShowFormShadow properties allow you to override the global form shadow visibility setting at the level of individual forms.
#Default Value
The ShowFormShadow
property’s default value is bDefault.