Skip to main content
Version: 3.5

FormBorderStyle

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies the border styles for a form.

public enum FormBorderStyle : Enum

Fields

NameDescription
FixedA fixed, not resizable border.
FixedToolWindowA tool window border that is not resizable.
NoneNo border.
SizableA resizable border.
SizableToolWindowA resizable tool window border.

Used By

NameDescription
Form.FormBorderStyleReturns or sets the border style of the form.