Specifies the type of border to be drawn around the control.
Namespace:
C1.Win.C1ReportDesigner.UtilAssembly: C1.Win.C1ReportDesigner.2 (in C1.Win.C1ReportDesigner.2.dll)
Syntax
| C# |
|---|
public enum BorderStyleEnum |
| Visual Basic |
|---|
Public Enumeration BorderStyleEnum |
Members
| Member name | Description | |
|---|---|---|
| None | No border. | |
| FixedSingle | A single-line border. | |
| Fixed3D | A three-dimensional border. | |
| Light3D | A three-dimensional border for items that do not accept user input. |