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

dxSkinShowFormShadow Variable

Specifies if a skinned application form casts a shadow.

#Declaration

Delphi
var dxSkinShowFormShadow: TdxDefaultBoolean = dxDefaultSkinShowFormShadow;

#Variable Value

Type Description
TdxDefaultBoolean

A value listed in the table below.

#Remarks

A skin controller‘s ShowFormShadow property maps to the dxSkinShowFormShadow global variable. All skin controllers in an application share the same form shadow visibility setting.

Value Description
bFalse The form shadow is disabled.
bTrue The form shadow is enabled for any active skin.
bDefault If the variable is set to bDefault, the form casts a shadow only if the form border’s width does not exceed 2 pixels for the active skin.
See Also