Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSkinForm.ShowFormShadow Property

Specifies if the form casts a shadow.

#Declaration

Delphi
property ShowFormShadow: TdxDefaultBoolean read; write; default bDefault;

#Property Value

Type Default Description
TdxDefaultBoolean bDefault

#Remarks

Set the ShowFormShadow property to bTrue or bFalse to explicitly enable or disable the shadow effect for the form.

#Limitations

The form can display a shadow only if the form border’s width does not exceed 2 pixels with the current look & feel settings.

#Default Value

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 that the form casts a shadow.

See Also