FormFormBorderStyle Property

Gets or sets the border style of the form.

Definition

Namespace: Firefly.Box.UI
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public FormBorderStyle FormBorderStyle { get; set; }

Return Value

FormBorderStyle
A FormBorderStyle that represents the style of border to display for the form. The default is FormBorderStyle.Sizable.

Exceptions

InvalidEnumArgumentExceptionThe value specified is outside the range of valid values.

See Also