Windows.UI.Xaml.Controls.Primitives.Popup.IsLightDismissEnabled

June 22, 2022 ยท View on GitHub

-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

Contents

  1. 1-description
  2. 2-xaml-syntax
  3. 3-property-value
  4. 4-remarks
  5. 5-examples
  6. 6-see-also