TdxSkinForm.ShowFormShadow Property
In This Article
Specifies if the form casts a shadow.
#Declaration
Delphi
property ShowFormShadow: TdxDefaultBoolean read; write; default bDefault;
#Property Value
Type | Default | Description |
---|---|---|
Tdx |
b |
|
#Remarks
Set the ShowFormShadow
property to bTrue or bFalse to explicitly enable or disable the shadow effect for the form.
#Limitations
The form can display a shadow only if the form border’s width does not exceed 2 pixels with the current look & feel settings.
#Default Value
The ShowFormShadow
property’s default value is bDefault.
The default ShowFormShadow
property value indicates that the global form shadow visibility setting (accessible through the ShowFormShadow property of a TdxSkinController component) specifies that the form casts a shadow.
See Also