OptionsAdaptiveLayout.GetOverlayModeThreshold() Method
Returns the OptionsAdaptiveLayout.OverlayModeThreshold property value scaled according to the current DPI setting.
Namespace: DevExpress.XtraBars.FluentDesignSystem
Assembly: DevExpress.XtraBars.v20.2.dll
Declaration
public virtual int GetOverlayModeThreshold()
Public Overridable Function GetOverlayModeThreshold As Integer
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
Feedback