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!

Border3DStyle Enumeration

Specifies the style of a three-dimensional border.

[Visual Basic]
Public Enum Border3DStyle
[C#]
public enum Border3DStyle
[C++]
public enum Border3DStyle

[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 when calling the DrawBorder3D method of the ControlPaint class.

Members

Member Name Description
Adjust The border is drawn outside the specified rectangle, preserving the dimensions of the rectangle for drawing.
Bump The border has a raised outer edge and a sunken inner edge.
Etched The border has a with a sunken inner edge and a raised outer edge.
Flat The border has a with no three-dimensional effects.
Raised The border has a with raised inner and outer edges.
RaisedInner The border has a with a raised inner edge and no outer edge.
RaisedOuter The border has a with a raised outer edge and no inner edge.
Sunken The border has a with sunken inner and outer edges.
SunkenInner The border has a with a sunken inner edge and no outer edge.
SunkenOuter The border has a with a sunken outer edge and no inner edge.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace