UseLightDismissOverlayMode Property
Gets or sets whether WinUI equivalent LightDismissOverlayMode is enabled When enabled, and the pane is open in Overlay or CompactOverlay mode, the contents of the SplitView are darkened to visually separate the open pane and the rest of the SplitView.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public bool UseLightDismissOverlayMode { get; set; }
Public Property UseLightDismissOverlayMode As Boolean
Get
Set
member UseLightDismissOverlayMode : bool with get, set