Описание тега formborderstyle

`FormBorderStyle` is a property of the `Form` type in the .Net framework WinForms. It specifies how the border of the form looks like by taking a value of the `FormBorderStyle` enumeration.

For more information on the FormBorderStyle property please refer to the MSDN documentation.

For all possible styles you can refer to the MSDN documentation about the FormBorderStyle enumeration.