SplitViewUseLightDismissOverlayMode 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) Version: 11.3.999
public bool UseLightDismissOverlayMode { get; set; }

Property Value

Boolean

See Also