Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 634 Bytes

popup_islightdismissenabled.md

File metadata and controls

29 lines (20 loc) · 634 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.Primitives.Popup.IsLightDismissEnabled
winrt property

Microsoft.UI.Xaml.Controls.Primitives.Popup.IsLightDismissEnabled

-description

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

-xaml-syntax

<Popup IsLightDismissEnabled="bool" />

-property-value

true if light dismiss is enabled for this control; otherwise, false.

-remarks

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

-examples

-see-also