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

WindowsFormsSettings.PopupShadowStyle Property

Specifies the shadow style applied to all popup menus in this application.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public static PopupShadowStyle PopupShadowStyle { get; set; }

Property Value

Type Description
DevExpress.XtraEditors.PopupShadowStyle

A DevExpress.XtraEditors.PopupShadowStyle enumerator value that specifies the shadow style applied to all popup menus in this application.

Remarks

The PopupShadowStyle property provides the following shadow style options.

  • Standard - hard shadows painted in diagonal direction from upper left to bottom right.

    PopupShadowStyle - Standard

  • Office2016 - Microsoft Office-inspired shadows that imitate soft shadows from a dispersive light source.

    PopupShadowStyle - Office2016

  • Default - popup shadow style is managed by the currently applied skin.

You can also customize animation effects for all popup menus in the application. To do so, use the WindowsFormsSettings.PopupAnimation property.

See Also