Skip to main content
A newer version of this page is available. .

FormBorderEffect Enum

Enumerates border effects for forms and dialogs.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public enum FormBorderEffect

Members

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.

Related API Members

The following properties accept/return FormBorderEffect values:

See Also