Enum WebGPUWindowBorder
- Namespace
- SixLabors.ImageSharp.Drawing.Processing.Backends
- Assembly
- SixLabors.ImageSharp.Drawing.WebGPU.dll
Describes the window border around a WebGPUWindow.
public enum WebGPUWindowBorder
Fields
Fixed = 1Uses the normal decorated window frame but does not allow user resizing.
Hidden = 2Hides the standard window border and title bar.
Resizable = 0Uses the normal decorated window frame and allows the user to resize the window.