Styles Enumeration

SFML.Net

Styles Enumeration
Enumeration of window creation styles

Namespace: SFML.Window
Assembly: sfmlnet-window-2 (in sfmlnet-window-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
[FlagsAttribute]
public enum Styles
<FlagsAttribute>
Public Enumeration Styles
[FlagsAttribute]
public enum class Styles
[<FlagsAttribute>]
type Styles
Members
  Member nameValueDescription
None0No border / title bar (this flag and all others are mutually exclusive)
Titlebar1Title bar + fixed border
Resize2Titlebar + resizable border + maximize button
Close4Titlebar + close button
Fullscreen8Fullscreen mode (this flag and all others are mutually exclusive))
Default7Default window style (titlebar + resize + close)
See Also