FormBorderStyle Enum
Namespace: Stride.Graphics.SDLAssembly: Stride.Graphics.dll
Set of border style to mimic the Windows forms one. We actually only show FixedSingle and Sizable as the other values don't make sense in a purely SDL context.
public enum FormBorderStyle
Fields
Name | Description |
---|---|
FixedSingle | Borders but not resizeable |
None | Borderless |
Sizable | Borders and resizeable |