Enum FullScreenOptions
Defines constants that indicate the behavior of full-screen mode.
Namespace: System.Windows.Interop
Assembly: OpenSilver.dll
Syntax
[Flags]
public enum FullScreenOptions
Fields
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. |