0 out of 2 rated this helpful - Rate this topic

Popup.IsLightDismissEnabled property

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

Syntax


public bool IsLightDismissEnabled { get; set; }


<Popup IsLightDismissEnabled="bool" />

Property value

Type: System.Boolean [.NET] | Platform::Boolean [C++]

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.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Controls.Primitives
Windows::UI::Xaml::Controls::Primitives [C++]

Metadata

Windows.winmd

See also

Popup

 

 

Build date: 3/12/2013

© 2013 Microsoft. All rights reserved.