ShouldUseOverlayLayer Property
Gets or sets a value that indicates whether the popup should be shown in the overlay layer of the parent window.
Definition
Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public bool ShouldUseOverlayLayer { get; set; }
Public Property ShouldUseOverlayLayer As Boolean
Get
Set
member ShouldUseOverlayLayer : bool with get, set
Property Value
BooleanRemarks
When ShouldUseOverlayLayer is "false" implementation depends on the platform. Use IsUsingOverlayLayer to get actual popup behavior. This is an equvalent of OverlayPopups
property of the platform options, but settable independently per each popup.