Popup.IsLightDismissEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property bool IsLightDismissEnabled { bool get(); void set(bool value); };
bool IsLightDismissEnabled();
void IsLightDismissEnabled(bool value);
public bool IsLightDismissEnabled { get; set; }
var boolean = popup.isLightDismissEnabled;
popup.isLightDismissEnabled = boolean;
Public Property IsLightDismissEnabled As Boolean
<Popup IsLightDismissEnabled="bool" />
Property Value
Boolean
bool
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.