Borders of a rectangle.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
[FlagsAttribute] public enum BorderSide |
| Visual Basic |
|---|
<FlagsAttribute> Public Enumeration BorderSide |
| Visual C++ |
|---|
[FlagsAttribute] public enum class BorderSide |
| F# |
|---|
[<FlagsAttribute>] type BorderSide |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No border is specified. | |
| Left | 1 | The left border is specified. | |
| Top | 2 | The top border is specified. | |
| Right | 4 | The right border is specified. | |
| Bottom | 8 | The bottom border is specified. | |
| All | 15 | All borders are specified. |