BorderStyle Property
Description
Gets or sets the border style of the Group Box control.
Property Type
Read-write property
Syntax (Visual Basic)
Public Property BorderStyle() As [GroupBoxBorderStyle](XtremeSuiteControls~Enumerations~GroupBoxBorderStyle_EN.md)
Remarks
There are three different border styles for the GroupBox:
- Single line with caption
- Complete border with caption
- No border or caption
The group border style is specified with a value from the GroupBoxBorderStyle enumeration, which indicates the currently set border style.

See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.