dxSkinShowFormShadow Variable
Specifies if a skinned application form casts a shadow.
#Declaration
var dxSkinShowFormShadow: TdxDefaultBoolean = dxDefaultSkinShowFormShadow;
#Variable Value
Type | Description |
---|---|
Tdx |
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 |
---|---|
b |
The form shadow is disabled. |
b |
The form shadow is enabled for any active skin. |
b |
If the variable is set to b |