Content.FullScreenOptions Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets or sets a value that indicates the behavior of full-screen mode.
Namespace: System.Windows.Interop
Assembly: System.Windows (in System.Windows.dll)
Syntax
'Declaration
Public Property FullScreenOptions As FullScreenOptions
public FullScreenOptions FullScreenOptions { get; set; }
Property Value
Type: System.Windows.Interop.FullScreenOptions
A value that indicates the behavior of full-screen mode.
Remarks
Set this property to StaysFullScreenWhenUnfocused to enable the application to remain in full-screen mode when the focus changes to another application. For more information, see Full-Screen Support.
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