Represents the flags to indicate which sides of a panel are drawn as having a border.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration Sides
[FlagsAttribute]
public enum Sides
[FlagsAttribute]
public enum class Sides
[<FlagsAttribute>]
type Sides
public enum Sides
Members
| Member name | Description | |
|---|---|---|
| All | The panel displays borders on all sides. | |
| Bottom | The panel displays a border on the bottom side. | |
| Left | The panel displays a border on the left side. | |
| None | The panel displays a border on no sides. | |
| Right | The panel displays a border on the on the right side. | |
| Top | The panel displays a border on the top side. |
Remarks
Values can be combined with OR.