Expand Minimize
This topic has not yet been rated - Rate this topic

Border3DSide Enumeration

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.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)
[FlagsAttribute]
[ComVisibleAttribute(true)]
public enum Border3DSide
Member nameDescription
AllA 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.
BottomA three-dimensional border on the bottom side of the rectangle.
LeftA three-dimensional border on the left edge of the rectangle.
MiddleThe interior of the rectangle is filled with the color defined for three-dimensional controls instead of the background color for the form.
RightA three-dimensional border on the right side of the rectangle.
TopA three-dimensional border on the top edge of the rectangle.

Use the members of this enumeration with the DrawBorder3D method of the ControlPaint class.

.NET Framework

Supported in: 4.5, 4, 3.5, 3.0, 2.0, 1.1, 1.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

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.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.