FullScreenOptions Enumeration

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Defines constants that indicate the behavior of full-screen mode.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  System.Windows.Interop
Assembly:  System.Windows (in System.Windows.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration FullScreenOptions
[FlagsAttribute]
public enum FullScreenOptions

Members

Member name Description
None The application uses the default full-screen behavior.
StaysFullScreenWhenUnfocused The application does not exit full-screen mode when other applications gain focus.

Remarks

This enumeration is used by the Content.FullScreenOptions property.

Version Information

Silverlight

Supported in: 5, 4

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference

Other Resources