PopupIsLightDismissEnabled Property

Gets or sets a value that determines how the Popup can be dismissed.

Definition

Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public bool IsLightDismissEnabled { get; set; }

Property Value

Boolean

Remarks

Light dismiss is when the user taps on any area other than the popup.

See Also