EdgeStyle Enumeration
.NET Framework (current version)
Specifies the styles that can be applied to the edges of a visual style element.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| Bump | The edges are drawn to appear raised on the outside and sunken on the inside. | |
| Etched | The edges are drawn to appear sunken on the outside and raised on the inside. | |
| Raised | The edges are drawn to make the element seem raised. | |
| Sunken | The edges are drawn to make the element seem sunken. |
The EdgeStyle values are used as argument values in the VisualStyleRenderer::DrawEdge method.
.NET Framework
Available since 2.0
Available since 2.0
Show: