Skip to main content

TdxSkinController.ShowFormShadow Property

Specifies if a skinned application form casts a shadow.

Declaration

property ShowFormShadow: TdxDefaultBoolean read; write; default bDefault;

Property Value

Type Default Description
TdxDefaultBoolean bDefault

A value listed in the table below.

Remarks

Set this property to bTrue to draw a shadow for a skinned form. The Ribbon form has its own ShowFormShadow property to control shadow visibility.

Options include:

Value Description Example
bFalse The form shadow is disabled. A Form without a Shadow
bTrue The shadow is enabled for any skinned form. A Form with a Shadow
bDefault The form shadow is enabled. A form casts a shadow only if the active skin draws the form borders whose width does not exceed 2 pixels. A Form with a Shadow

Note

The ShowFormShadow property maps to the dxSkinShowFormShadow global variable. All skin controller instances share the same ShowFormShadow property value.

The ShowFormShadow property’s default value is bDefault.

See Also