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.
Use the members of this enumeration when calling the DrawBorder3D method of the ControlPaint class.
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. |
Namespace: System.WinForms
Assembly: System.WinForms.dll