windowsforms-devexpress-dot-xtraeditors-1d22b027.md
Enumerates border effects for forms and dialogs.
Namespace : DevExpress.XtraEditors
Assembly : DevExpress.Utils.v25.2.dll
NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core
public enum FormBorderEffect
Public Enum FormBorderEffect
| Name | Description |
|---|---|
None |
No adorning effect.
|
| Default |
The default border adorning effect, applied as follows:
For the XtraForm, a shadow is displayed in the “McSkin” skin. No adorning effect is applied in other skins.
For the RibbonForm, a shadow is displayed in the following skins: “Office 2013”, “Office 2013 Dark Gray”, “Office 2013 Light Gray”, and “McSkin”. No adorning effect is applied in other skins.
|
| Shadow |
Displays a shadow around the form.
|
| Glow |
A glow effect. The default colors can be changed via the XtraForm.ActiveGlowColor and XtraForm.InactiveGlowColor properties.
|
The following properties accept/return FormBorderEffect values:
Border effects are not applied when the form uses the system border style. This occurs in the following cases:
Custom form border effects are also disabled in Windows 11. In this OS version, all forms and dialogs display native Windows 11 shadows.
See Also