Skip to main content
Version: 1.0.0-preview.36

Velaptor.WindowBorder

Velaptor

Velaptor

WindowBorder Enum

The different kinds of borders that a IWindow can have.

public enum WindowBorder

Fields

Fixed 1

The window has a fixed border. A window with a fixed border can only be resized
programmatically.

Hidden 2

The window does not have a border. A window with a hidden border can only be
resized programmatically.

Resizable 0

The window has a resizable border. A window with a resizable border can be resized
by the user or programmatically.