Back to Devexpress

dxSkinShowFormShadow Variable

vcl-cxlookandfeels-718fe36b.md

latest1.1 KB
Original Source

dxSkinShowFormShadow Variable

Specifies if a skinned application form casts a shadow.

Declaration

delphi
var dxSkinShowFormShadow: TdxDefaultBoolean = dxDefaultSkinShowFormShadow;

Variable Value

TypeDescription
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.

ValueDescription
bFalseThe form shadow is disabled.
bTrueThe form shadow is enabled for any active skin.
bDefaultIf 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

cxLookAndFeels Unit