Specifies the sides of a rectangle to apply a three-dimensional border to.
[Visual Basic] Public Enum Border3DSide [C#] public enum Border3DSide [C++] public enum Border3DSide
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Use the members of this enumeration with the DrawBorder3D method of the ControlPaint class.
Member Name | Description |
---|---|
All | A three-dimensional border on all four edges and fill the middle of the rectangle with the color defeined 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 control. |
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. |
Namespace: System.WinForms
Assembly: System.WinForms.dll