NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Border3DSide Enumeration

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.

Remarks

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

Members

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.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace | DrawBorder3D