csharp
public enum WindowModeHow a window relates to the display it is on.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
WindowedAn ordinary window with decorations, sized and placed by the user.
MaximisedWindowed, but filling the display's work area.
BorderlessFullscreenUndecorated and covering the display at the display's current mode — what almost every modern game means by "fullscreen".
ExclusiveFullscreenFullscreen with the display switched to a mode of the application's choosing.
Used by (5)
- DesktopPlatformVixen.Platform.Desktop
- DesktopWindowVixen.Platform.Desktop
- HeadlessWindowVixen.Platform.Headless
- IWindowVixen.Platform
- WindowOptionsVixen.Platform