Enum FormBorderStyle
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 FormBorderStyleFields
- FixedSingle = 1
- Borders but not resizeable 
- None = 0
- Borderless 
- Sizable = 4
- Borders and resizeable