dxSkinShowFormShadow Variable
Specifies if a skinned application form casts a shadow.
Declaration
var dxSkinShowFormShadow: TdxDefaultBoolean = bDefault;
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