dxDefaultSkinShowFormShadow Constant
Defines the default TdxCustomLookAndFeelController.ShowFormShadow property value.
Declaration
const dxDefaultSkinShowFormShadow = bDefault;
Remarks
The default form shadow-related setting indicates that shadows are enabled for skinned application forms. A form displays no shadows if its BorderStyle property is set to bsNone.
See Also