Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

FlyoutBase.LightDismissOverlayMode 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.

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

public:
 property LightDismissOverlayMode LightDismissOverlayMode { LightDismissOverlayMode get(); void set(LightDismissOverlayMode value); };
LightDismissOverlayMode LightDismissOverlayMode();

void LightDismissOverlayMode(LightDismissOverlayMode value);
public LightDismissOverlayMode LightDismissOverlayMode { get; set; }
var lightDismissOverlayMode = flyoutBase.lightDismissOverlayMode;
flyoutBase.lightDismissOverlayMode = lightDismissOverlayMode;
Public Property LightDismissOverlayMode As LightDismissOverlayMode

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

See also


Feedback

Was this page helpful?