Border3DSide Enumeration
.NET Framework 4.5
Specifies the sides of a rectangle to apply a three-dimensional border to.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.Windows.FormsAssembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| All | A three-dimensional border on all four sides of the rectangle. The middle of the rectangle is filled with the color defined for three-dimensional controls. | |
| Bottom | A three-dimensional border on the bottom side of the rectangle. | |
| Left | A three-dimensional border on the left edge of the rectangle. | |
| Middle | The interior of the rectangle is filled with the color defined for three-dimensional controls instead of the background color for the form. | |
| Right | A three-dimensional border on the right side of the rectangle. | |
| Top | A three-dimensional border on the top edge of the rectangle. |
Use the members of this enumeration with the DrawBorder3D method of the ControlPaint class.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.