Skip to main content

OptionsAdaptiveLayout.GetOverlayModeThreshold() Method

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

Namespace: DevExpress.XtraBars.FluentDesignSystem

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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