FlyoutBase.LightDismissOverlayMode Property

Definition

Gets or sets a value that specifies whether the area outside of a light-dismiss UI is darkened.

C#
public LightDismissOverlayMode LightDismissOverlayMode { get; set; }

Property Value

A value of the enumeration that specifies whether the area outside of a light-dismiss UI is darkened. The default is Auto.

Remarks

Transient UI, such as a Flyout or MenuFlyout, closes when you click or tap outside of it. This is called light-dismiss. "Overlay" refers to the area outside of a light-dismiss UI.

By default, the "overlay" is not darkened.

For more info, see Light dismiss behavior in the Flyouts article.

Applies to

Produk Versi
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also