IsLightDismissEnabled 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)
- C#
- VB
- F#
public bool IsLightDismissEnabled { get; set; }
Public Property IsLightDismissEnabled As Boolean
Get
Set
member IsLightDismissEnabled : bool with get, set
Property Value
BooleanRemarks
Light dismiss is when the user taps on any area other than the popup.