FormBorderEffect Enum
Enumerates border effects for forms and dialogs.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
#Members
Name | Description |
---|---|
None
|
No adorning effect. |
Default
|
The default border adorning effect, applied as follows: For the Xtra For the Ribbon |
Shadow
|
Displays a shadow around the form. |
Glow
|
A glow effect. The default colors can be changed via the Xtra |
#Related API Members
The following properties accept/return FormBorderEffect values:
#Remarks
Border effects are not applied when the form uses the system border style. This occurs in the following cases:
- You call the WindowsFormsSettings.DisableFormSkins method, which disables title bar and border skinning, and enables the system border style.
- You set the form’s ControlBox property to false and the Text property to an empty string. The border effects are applied in this case if you set the FormBorderStyle property to None.
Custom form border effects are also disabled in Windows 11. In this OS version, all forms and dialogs display native Windows 11 shadows.