Popup.IsLightDismissEnabled Property

Definition

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

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.

Applies to