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

OptionsAdaptiveLayout.GetOverlayModeThreshold() Method

Returns the OptionsAdaptiveLayout.OverlayModeThreshold property value scaled according to the current DPI setting.

Namespace: DevExpress.XtraBars.FluentDesignSystem

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public virtual int GetOverlayModeThreshold()

Returns

Type Description
Int32

An integer value that specifies form’s width at which the menu’s display mode is switched between Overlay and Minimal modes scaled according to the current DPI setting.

See Also