BorderPanel.Sides Enumeration

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

‘선언
<FlagsAttribute> _
Public Enumeration Sides
[FlagsAttribute]
public enum Sides
[FlagsAttribute]
public enum class Sides
[<FlagsAttribute>]
type Sides
public enum Sides

Members

Member name Description
None The panel displays a border on no sides.
Top The panel displays a border on the top side.
Bottom The panel displays a border on the bottom side.
Left The panel displays a border on the left side.
Right The panel displays a border on the on the right side.
All The panel displays borders on all sides.

Remarks

Values can be combined with OR.

See Also

Reference

Microsoft.TeamFoundation.Client Namespace

BorderPanel